Re: [PATCH] usb: musb: core: Add missing newline character

2013-01-21 Thread kishon
Hi, On Monday 21 January 2013 10:52 PM, Sergei Shtylyov wrote: Hello. On 01/21/2013 05:52 PM, Kishon Vijay Abraham I wrote: No functional change. Just added a missing newline character. Signed-off-by: Kishon Vijay Abraham I --- drivers/usb/musb/musb_core.c |2 +- 1 file changed, 1

Re: [PATCH] usb: musb: core: Add missing newline character

2013-01-21 Thread Sergei Shtylyov
Hello. On 01/21/2013 05:52 PM, Kishon Vijay Abraham I wrote: > No functional change. Just added a missing newline character. > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/usb/musb/musb_core.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > diff --git a/drivers/usb/musb/

[PATCH] usb: musb: core: Add missing newline character

2013-01-21 Thread Kishon Vijay Abraham I
No functional change. Just added a missing newline character. Signed-off-by: Kishon Vijay Abraham I --- drivers/usb/musb/musb_core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index f1c6c54..c534131 100644 --