* [PATCH] usb: musb: core: Add missing newline character
@ 2013-01-21 14:52 Kishon Vijay Abraham I
2013-01-21 17:22 ` Sergei Shtylyov
0 siblings, 1 reply; 3+ messages in thread
From: Kishon Vijay Abraham I @ 2013-01-21 14:52 UTC (permalink / raw)
To: balbi, gregkh, linux-usb, linux-kernel; +Cc: kishon
No functional change. Just added a missing newline character.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
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
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -2301,7 +2301,7 @@ static int __init musb_init(void)
pr_info("%s: version " MUSB_VERSION ", "
"?dma?"
", "
- "otg (peripheral+host)",
+ "otg (peripheral+host)\n",
musb_driver_name);
return platform_driver_register(&musb_driver);
}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] usb: musb: core: Add missing newline character
2013-01-21 14:52 [PATCH] usb: musb: core: Add missing newline character Kishon Vijay Abraham I
@ 2013-01-21 17:22 ` Sergei Shtylyov
2013-01-22 6:19 ` kishon
0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2013-01-21 17:22 UTC (permalink / raw)
To: Kishon Vijay Abraham I; +Cc: balbi, gregkh, linux-usb, linux-kernel
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 <kishon@ti.com>
> ---
> 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
> --- a/drivers/usb/musb/musb_core.c
> +++ b/drivers/usb/musb/musb_core.c
> @@ -2301,7 +2301,7 @@ static int __init musb_init(void)
> pr_info("%s: version " MUSB_VERSION ", "
> "?dma?"
> ", "
> - "otg (peripheral+host)",
> + "otg (peripheral+host)\n",
> musb_driver_name);
> return platform_driver_register(&musb_driver);
> }
Refresh your tree, alike patch is already upstream. :-)
WBR, Sergei
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] usb: musb: core: Add missing newline character
2013-01-21 17:22 ` Sergei Shtylyov
@ 2013-01-22 6:19 ` kishon
0 siblings, 0 replies; 3+ messages in thread
From: kishon @ 2013-01-22 6:19 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: balbi, gregkh, linux-usb, linux-kernel
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 <kishon@ti.com>
>> ---
>> 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
>> --- a/drivers/usb/musb/musb_core.c
>> +++ b/drivers/usb/musb/musb_core.c
>> @@ -2301,7 +2301,7 @@ static int __init musb_init(void)
>> pr_info("%s: version " MUSB_VERSION ", "
>> "?dma?"
>> ", "
>> - "otg (peripheral+host)",
>> + "otg (peripheral+host)\n",
>> musb_driver_name);
>> return platform_driver_register(&musb_driver);
>> }
>
> Refresh your tree, alike patch is already upstream. :-)
Cool. Missed that one.
Thanks
Kishon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-22 6:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 14:52 [PATCH] usb: musb: core: Add missing newline character Kishon Vijay Abraham I
2013-01-21 17:22 ` Sergei Shtylyov
2013-01-22 6:19 ` kishon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox