[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1308110745030.2072@localhost6.localdomain6>
Date: Sun, 11 Aug 2013 07:48:18 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Dan Carpenter <dan.carpenter@...cle.com>
cc: Julia Lawall <Julia.Lawall@...6.fr>,
Jonathan Cameron <jic23@....ac.uk>,
kernel-janitors@...r.kernel.org, Eric Miao <eric.y.miao@...il.com>,
Russell King <linux@....linux.org.uk>,
Haojian Zhuang <haojian.zhuang@...il.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arch/arm/mach-pxa/stargate2.c: use ARRAY_AND_SIZE
consistently
On Sun, 11 Aug 2013, Dan Carpenter wrote:
> ARRAY_AND_SIZE() macro is horrible, and I would like it if it were
> removed. What I meant before was just that probably people will
> probably complain if we try to remove it.
Well, I could either wait for someone to defend it, or send a patch
getting rid of it and see what happens... I can't see what could go wrong
with
f(...,
- ARRAY_AND_SIZE(e)
+ e, ARRAY_SIZE(e)
, ...)
so it should be an easy patch to create.
julia
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists