From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754517Ab3HLUZT (ORCPT ); Mon, 12 Aug 2013 16:25:19 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:25374 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728Ab3HLUZR (ORCPT ); Mon, 12 Aug 2013 16:25:17 -0400 X-IronPort-AV: E=Sophos;i="4.89,864,1367964000"; d="scan'208";a="23795740" Date: Mon, 12 Aug 2013 22:24:59 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@localhost6.localdomain6 To: Robert Jarzmik cc: Julia Lawall , Eric Miao , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Haojian Zhuang , Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 9/16] arch/arm/mach-pxa/mioa701.c: Avoid using ARRAY_AND_SIZE(e) as a function argument In-Reply-To: <87r4dyy93t.fsf@free.fr> Message-ID: References: <1376239917-15594-1-git-send-email-Julia.Lawall@lip6.fr> <1376239917-15594-10-git-send-email-Julia.Lawall@lip6.fr> <87r4dyy93t.fsf@free.fr> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Aug 2013, Robert Jarzmik wrote: > Julia Lawall writes: > > > From: Julia Lawall > > > > Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the > > arity of the called function. > > Acked-by: Robert Jarzmik > > As a side I'm curious why this change didn't touch also : > sound/soc/pxa/mioa701_wm9713.c > > If it does, this ack stands as well for the other file (with removal of the > #define in mioa701_wm9713.c). I'll check. Thanks for the feedback. julia From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Date: Mon, 12 Aug 2013 20:24:59 +0000 Subject: Re: [PATCH 9/16] arch/arm/mach-pxa/mioa701.c: Avoid using ARRAY_AND_SIZE(e) as a function argument Message-Id: List-Id: References: <1376239917-15594-1-git-send-email-Julia.Lawall@lip6.fr> <1376239917-15594-10-git-send-email-Julia.Lawall@lip6.fr> <87r4dyy93t.fsf@free.fr> In-Reply-To: <87r4dyy93t.fsf@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Mon, 12 Aug 2013, Robert Jarzmik wrote: > Julia Lawall writes: > > > From: Julia Lawall > > > > Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the > > arity of the called function. > > Acked-by: Robert Jarzmik > > As a side I'm curious why this change didn't touch also : > sound/soc/pxa/mioa701_wm9713.c > > If it does, this ack stands as well for the other file (with removal of the > #define in mioa701_wm9713.c). I'll check. Thanks for the feedback. julia From mboxrd@z Thu Jan 1 00:00:00 1970 From: julia.lawall@lip6.fr (Julia Lawall) Date: Mon, 12 Aug 2013 22:24:59 +0200 (CEST) Subject: [PATCH 9/16] arch/arm/mach-pxa/mioa701.c: Avoid using ARRAY_AND_SIZE(e) as a function argument In-Reply-To: <87r4dyy93t.fsf@free.fr> References: <1376239917-15594-1-git-send-email-Julia.Lawall@lip6.fr> <1376239917-15594-10-git-send-email-Julia.Lawall@lip6.fr> <87r4dyy93t.fsf@free.fr> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 12 Aug 2013, Robert Jarzmik wrote: > Julia Lawall writes: > > > From: Julia Lawall > > > > Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the > > arity of the called function. > > Acked-by: Robert Jarzmik > > As a side I'm curious why this change didn't touch also : > sound/soc/pxa/mioa701_wm9713.c > > If it does, this ack stands as well for the other file (with removal of the > #define in mioa701_wm9713.c). I'll check. Thanks for the feedback. julia