Re: [PATCH v5 1/5] usb: gadget: move bitflags to the end of usb_gadget struct

2013-11-11 Thread Michal Nazarewicz
On Mon, Nov 11 2013, David Cohen wrote: > This patch moves all bitflags to the end of usb_gadget struct in order > to improve readability. > > Signed-off-by: David Cohen Acked-by: Michal Nazarewicz > --- > include/linux/usb/gadget.h | 19 ++- > 1 file changed, 10 insertions(+),

[PATCH v5 1/5] usb: gadget: move bitflags to the end of usb_gadget struct

2013-11-11 Thread David Cohen
This patch moves all bitflags to the end of usb_gadget struct in order to improve readability. Signed-off-by: David Cohen --- include/linux/usb/gadget.h | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.