From: Tony Lindgren <tony@atomide.com>
To: Roman Tereshonkov <roman.tereshonkov@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] Tiny fix. No comma after KERN_INFO.
Date: Wed, 2 Apr 2008 10:22:14 +0300 [thread overview]
Message-ID: <20080402072213.GG31913@atomide.com> (raw)
In-Reply-To: <1207050850-926-1-git-send-email-roman.tereshonkov@nokia.com>
* Roman Tereshonkov <roman.tereshonkov@nokia.com> [080401 14:54]:
>
> Signed-off-by: Roman Tereshonkov <roman.tereshonkov@nokia.com>
> ---
> drivers/misc/sti/sdti.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/misc/sti/sdti.c b/drivers/misc/sti/sdti.c
> index 9b20ccd..adfbcbc 100644
> --- a/drivers/misc/sti/sdti.c
> +++ b/drivers/misc/sti/sdti.c
> @@ -120,7 +120,7 @@ static int __init omap_sdti_init(void)
> i = sti_readl(SDTI_REVISION);
> snprintf(buf, sizeof(buf), "OMAP SDTI support loaded (HW v%u.%u)\n",
> (i >> 4) & 0x0f, i & 0x0f);
> - printk(KERN_INFO, "%s", buf);
> + printk(KERN_INFO "%s", buf);
> omap_sti_channel_write_trace(strlen(buf), 0xc3, buf, 239);
>
> return 0;
Pushing today.
Tony
prev parent reply other threads:[~2008-04-02 7:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-01 11:54 [PATCH] Tiny fix. No comma after KERN_INFO Roman Tereshonkov
2008-04-02 7:22 ` Tony Lindgren [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=20080402072213.GG31913@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=roman.tereshonkov@nokia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox