mbox series

[0/2] Use ARRAY_SIZE to replace its implementation

Message ID 1534214814-9043-1-git-send-email-zhongjiang@huawei.com (mailing list archive)
Headers show
Series Use ARRAY_SIZE to replace its implementation | expand

Message

zhong jiang Aug. 14, 2018, 2:46 a.m. UTC
The issue is detected with the help of Coccinelle.

zhong jiang (2):
  ia64: Use ARRAY_SIZE to replace its implementation
  powerpc: Use ARRAY_SIZE to replace its implementation

 arch/ia64/kernel/perfmon.c  |  2 +-
 arch/powerpc/xmon/ppc-opc.c | 12 ++++--------
 2 files changed, 5 insertions(+), 9 deletions(-)

Comments

David Howells Aug. 14, 2018, 4:18 p.m. UTC | #1
> "Use ARRAY_SIZE to replace its implementation"

Um, the subject line doesn't make sense.

David