All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Jaehoon Chung <jh80.chung@samsung.com>, Wim Van Sebroeck <wim@iguana.be>
Cc: linux-next@vger.kernel.org, sfr@canb.auug.org.au,
	Kyungmin Park <kyungmin.park@samsung.com>
Subject: Re: [PATCH] watchdog: fix compiler error for missing parenthesis
Date: Thu, 15 Mar 2012 23:35:20 -0700	[thread overview]
Message-ID: <1331879720.5406.27.camel@joe2Laptop> (raw)
In-Reply-To: <4F62DD49.1040909@samsung.com>

On Fri, 2012-03-16 at 15:27 +0900, Jaehoon Chung wrote:
> Joe's patch(watchdog: Use pr_<fmt> and pr_<level>) is missed the parenthesis in s3c2410_wdt.c.
> (based-on latest linux-next repository)
> It's fixed with this patch.
> diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c
[]
>  static int __init watchdog_init(void)
>  {
> -	pr_info("S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics\n";
> +	pr_info("S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics\n");

Thanks.

  reply	other threads:[~2012-03-16  6:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-16  6:27 [PATCH] watchdog: fix compiler error for missing parenthesis Jaehoon Chung
2012-03-16  6:35 ` Joe Perches [this message]
2012-03-16  7:03 ` Stephen Rothwell

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=1331879720.5406.27.camel@joe2Laptop \
    --to=joe@perches.com \
    --cc=jh80.chung@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=wim@iguana.be \
    /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.