[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0710010553420.30185@localhost.localdomain>
Date: Mon, 1 Oct 2007 05:55:25 -0400 (EDT)
From: "Robert P. J. Day" <rpjday@...dspring.com>
To: Andrew Morton <akpm@...ux-foundation.org>
cc: roel <12o3l@...cali.nl>, lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] removes array_size duplicates
On Mon, 1 Oct 2007, Robert P. J. Day wrote:
...
> among other things, one of the creepy issues here is the definition in
> include/linux/netfilter/xt_sctp.h of the macro:
>
> ...
> #define SCTP_CHUNKMAP_COPY(destmap, srcmap) \
> do { \
> int i; \
> for (i = 0; i < ELEMCOUNT(chunkmap); i++) \
^^^^^^^^
srcmap??
> destmap[i] = srcmap[i]; \
> } while (0)
> ...
>
whoops, i take it back ... isn't this just a flat-out error, where the
macro should be written with the correction above?
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://crashcourse.ca
========================================================================
-
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