Re: [PATCH] bitfield.h: remove 32bit from FIELD_GET comment block

2017-09-21 Thread Jakub Kicinski
On Thu, 21 Sep 2017 00:39:35 +0900, Masahiro Yamada wrote: > I do not see anything that restricts this macro to 32 bit width. > > Signed-off-by: Masahiro Yamada Acked-by: Jakub Kicinski Looks like a leftover from v1 of the code,

Re: [PATCH] bitfield.h: remove 32bit from FIELD_GET comment block

2017-09-21 Thread Jakub Kicinski
On Thu, 21 Sep 2017 00:39:35 +0900, Masahiro Yamada wrote: > I do not see anything that restricts this macro to 32 bit width. > > Signed-off-by: Masahiro Yamada Acked-by: Jakub Kicinski Looks like a leftover from v1 of the code, thanks for cleaning it up!

[PATCH] bitfield.h: remove 32bit from FIELD_GET comment block

2017-09-20 Thread Masahiro Yamada
I do not see anything that restricts this macro to 32 bit width. Signed-off-by: Masahiro Yamada --- include/linux/bitfield.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/bitfield.h b/include/linux/bitfield.h index

[PATCH] bitfield.h: remove 32bit from FIELD_GET comment block

2017-09-20 Thread Masahiro Yamada
I do not see anything that restricts this macro to 32 bit width. Signed-off-by: Masahiro Yamada --- include/linux/bitfield.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/bitfield.h b/include/linux/bitfield.h index 9e16b33..1030651 100644 ---