Re: [Linux-zigbee-devel] [PATCH 01/12] 6lowpan: fix small comment issue

2013-07-23 Thread Alexander Aring
Hi Werner, thanks for your reply. On Tue, Jul 23, 2013 at 08:58:25PM -0300, Werner Almesberger wrote: > Alexander Aring wrote: > > Fix a little comment issue. > > Number 2 is 10 in bits and 1 is 01. > > When I ran into this, I had to change the number in the case label > to follow the one in the

Re: [Linux-zigbee-devel] [PATCH 01/12] 6lowpan: fix small comment issue

2013-07-23 Thread Werner Almesberger
Alexander Aring wrote: > Fix a little comment issue. > Number 2 is 10 in bits and 1 is 01. When I ran into this, I had to change the number in the case label to follow the one in the comment. There's my patch for this: https://github.com/wpwrak/ben-wpan-linux/commit/4b634d5591104354b15cbc6503cddd

[Linux-zigbee-devel] [PATCH 01/12] 6lowpan: fix small comment issue

2013-07-18 Thread Alexander Aring
Fix a little comment issue. Number 2 is 10 in bits and 1 is 01. Signed-off-by: Alexander Aring --- net/ieee802154/6lowpan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index 55e1fd5..1ec14ef 100644 --- a/net/ieee8021