All of lore.kernel.org
 help / color / mirror / Atom feed
From: kishon <kishon@ti.com>
To: Sergei Shtylyov <sshtylyov@mvista.com>
Cc: <balbi@ti.com>, <gregkh@linuxfoundation.org>,
	<linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] usb: musb: core: Add missing newline character
Date: Tue, 22 Jan 2013 11:49:29 +0530	[thread overview]
Message-ID: <50FE2F71.5080503@ti.com> (raw)
In-Reply-To: <50FD7950.3010209@mvista.com>

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

      reply	other threads:[~2013-01-22  6:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50FE2F71.5080503@ti.com \
    --to=kishon@ti.com \
    --cc=balbi@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=sshtylyov@mvista.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.