[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1510112208010.6097@nanos>
Date: Sun, 11 Oct 2015 22:14:10 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Guillaume Gomez <guillaume1.gomez@...il.com>
cc: John Stultz <john.stultz@...aro.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clock: Remove unneeded return statement from void
On Wed, 23 Sep 2015, Guillaume Gomez wrote:
FYI, the proper subsystem is clocksource not clock
> Signed-off-by: Guillaume Gomez <guillaume1.gomez@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists