[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20121023.024945.1428104116658345802.davem@davemloft.net>
Date: Tue, 23 Oct 2012 02:49:45 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: tony.cheneau@...esiak.org
Cc: netdev@...r.kernel.org, linux-zigbee-devel@...ts.sourceforge.net,
alan@...nal11.us, alex.bluesman.smirnov@...il.com
Subject: Re: [PATCH net-next 01/15] 6lowpan:
lowpan_is_iid_16_bit_compressable() does not detect compressable address
correctly
From: Tony Cheneau <tony.cheneau@...esiak.org>
Date: Tue, 23 Oct 2012 00:09:43 -0400
> The current test is not RFC6282 compliant. The same issue has been found
> out and fixed in Contiki. This patch is basicaly a port of their fix.
>
> Signed-off-by: Tony Cheneau <tony.cheneau@...esiak.org>
It's really demoralizing to sit down to read a large 15 entry
patch series and this is the first thing I see:
> /*
> - * check whether we can compress the IID to 16 bits,
> - * it's possible for unicast adresses with first 49 bits are zero only.
> - */
> +* check whether we can compress the IID to 16 bits,
> +* it's possible for unicast adresses with first 49 bits are zero only.
> +*/
Don't break the comment indentation, it was perfectly fine.
I'm not reviewing the rest of the series, you'll need to repost
the entire thing after you fix this.
And if you're smart you'll make sure there aren't similar coding
style issues in the rest of your patches, else it's going to take
a long time to merge this crap into the tree.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists