public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Alan Cox <alan@linux.jf.intel.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kernel: fix silly warning
Date: Tue, 24 May 2011 21:27:19 +0200	[thread overview]
Message-ID: <20110524192719.GG6561@elte.hu> (raw)
In-Reply-To: <20110524113517.18864.78312.stgit@localhost.localdomain>


* Alan Cox <alan@linux.jf.intel.com> wrote:

> () should be (void)
> 
> Signed-off-by: Alan Cox <alan@linux.intel.com>
> ---
> 
>  kernel/watchdog.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel/watchdog.c b/kernel/watchdog.c
> index 6e63097..7daa4b0 100644
> --- a/kernel/watchdog.c
> +++ b/kernel/watchdog.c
> @@ -98,7 +98,7 @@ __setup("nosoftlockup", nosoftlockup_setup);
>   * the thresholds with a factor: we make the soft threshold twice the amount of
>   * time the hard threshold is.
>   */
> -static int get_softlockup_thresh()
> +static int get_softlockup_thresh(void)

Yeah. This should already be fixed upstream, Linus pushed it out about 12 hours 
ago.

Thanks,

	Ingo

  reply	other threads:[~2011-05-24 19:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-24 11:35 [PATCH] kernel: fix silly warning Alan Cox
2011-05-24 19:27 ` Ingo Molnar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-24 11:35 Alan Cox
2011-05-24 11:34 Alan Cox

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=20110524192719.GG6561@elte.hu \
    --to=mingo@elte.hu \
    --cc=alan@linux.jf.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /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