From: Thomas Gleixner <tglx@linutronix.de>
To: Guillaume Gomez <guillaume1.gomez@gmail.com>
Cc: John Stultz <john.stultz@linaro.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] clock: Remove unneeded return statement from void
Date: Sun, 11 Oct 2015 22:14:10 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.11.1510112208010.6097@nanos> (raw)
In-Reply-To: <CAAOQCfSDgmqSWDBsetau+yF8x0+DagCF_pfFw0p5xH_BKkKEog@mail.gmail.com>
On Wed, 23 Sep 2015, Guillaume Gomez wrote:
FYI, the proper subsystem is clocksource not clock
> Signed-off-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
> ---
> kernel/time/clocksource.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
> index 841b72f..5e83c38 100644
> --- a/kernel/time/clocksource.c
> +++ b/kernel/time/clocksource.c
> @@ -595,12 +595,12 @@ static void __clocksource_select(bool skipcur)
> */
> static void clocksource_select(void)
> {
> - return __clocksource_select(false);
> + __clocksource_select(false);
This does not apply because it's white space mangled. Please fix your
mail client. See Documentation/email-clients.txt
I fixed up everything this time and applied it, but please be more
careful next time.
Thanks,
tglx
next prev parent reply other threads:[~2015-10-11 20:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-23 11:19 Guillaume Gomez
2015-10-11 20:09 ` [tip:timers/core] clock: Remove return statement from void functions tip-bot for Guillaume Gomez
2015-10-11 20:14 ` Thomas Gleixner [this message]
2015-10-11 20:15 ` [tip:timers/core] clocksource: " tip-bot for Guillaume Gomez
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=alpine.DEB.2.11.1510112208010.6097@nanos \
--to=tglx@linutronix.de \
--cc=guillaume1.gomez@gmail.com \
--cc=john.stultz@linaro.org \
--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
all inboxes | Powered by JetHome®