[U-Boot] [PATCH v2 02/14] usb: gadget: Document USBNET_DEVADDR

2017-09-12 Thread Maxime Ripard
Add an help about the USBNET_DEVADDR Kconfig option to make it clearer what it's about. Signed-off-by: Maxime Ripard --- drivers/usb/gadget/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index d52626908846..6dc9d177f5ad 1006

Re: [U-Boot] [PATCH v2 02/14] usb: gadget: Document USBNET_DEVADDR

2017-09-12 Thread Simon Glass
On 12 September 2017 at 13:01, Maxime Ripard wrote: > Add an help about the USBNET_DEVADDR Kconfig option to make it clearer what > it's about. > > Signed-off-by: Maxime Ripard > --- > drivers/usb/gadget/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Simon Glass __

Re: [U-Boot] [PATCH v2 02/14] usb: gadget: Document USBNET_DEVADDR

2017-09-13 Thread Ɓukasz Majewski
On 09/12/2017 09:01 PM, Maxime Ripard wrote: Add an help about the USBNET_DEVADDR Kconfig option to make it clearer what it's about. Signed-off-by: Maxime Ripard --- drivers/usb/gadget/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gad