All of lore.kernel.org
 help / color / mirror / Atom feed
From: thierry.reding@gmail.com (Thierry Reding)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] clocksource: add missing line break to error messages
Date: Mon, 13 Mar 2017 18:51:53 +0100	[thread overview]
Message-ID: <20170313175153.GC19679@ulmo.ba.sec> (raw)
In-Reply-To: <20170309094710.31003-1-zajec5@gmail.com>

On Thu, Mar 09, 2017 at 10:47:10AM +0100, Rafa? Mi?ecki wrote:
[...]
> diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c
> index f960891aa04e..b9990b9c98c5 100644
> --- a/drivers/clocksource/tegra20_timer.c
> +++ b/drivers/clocksource/tegra20_timer.c
> @@ -245,7 +245,7 @@ static int __init tegra20_init_rtc(struct device_node *np)
>  
>  	rtc_base = of_iomap(np, 0);
>  	if (!rtc_base) {
> -		pr_err("Can't map RTC registers");
> +		pr_err("Can't map RTC registers\n");
>  		return -ENXIO;
>  	}
>  

Acked-by: Thierry Reding <treding@nvidia.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20170313/3dc1fe2c/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH] clocksource: add missing line break to error messages
Date: Mon, 13 Mar 2017 18:51:53 +0100	[thread overview]
Message-ID: <20170313175153.GC19679@ulmo.ba.sec> (raw)
In-Reply-To: <20170309094710.31003-1-zajec5@gmail.com>

On Thu, Mar 09, 2017@10:47:10AM +0100, Rafa? Mi?ecki wrote:
[...]
> diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c
> index f960891aa04e..b9990b9c98c5 100644
> --- a/drivers/clocksource/tegra20_timer.c
> +++ b/drivers/clocksource/tegra20_timer.c
> @@ -245,7 +245,7 @@ static int __init tegra20_init_rtc(struct device_node *np)
>  
>  	rtc_base = of_iomap(np, 0);
>  	if (!rtc_base) {
> -		pr_err("Can't map RTC registers");
> +		pr_err("Can't map RTC registers\n");
>  		return -ENXIO;
>  	}
>  

Acked-by: Thierry Reding <treding at nvidia.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-snps-arc/attachments/20170313/3dc1fe2c/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "Rafał Miłecki" <zajec5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: "Daniel Lezcano"
	<daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	"Thomas Gleixner" <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"Vineet Gupta" <vgupta-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>,
	"Mark Rutland" <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	"Marc Zyngier" <marc.zyngier-5wv7dgnIgG8@public.gmane.org>,
	"Florian Fainelli"
	<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"Ray Jui" <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
	"Scott Branden"
	<sbranden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
	"Stephen Warren"
	<swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	"Lee Jones" <lee-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"Eric Anholt" <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>,
	"Carlo Caione" <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>,
	"Kevin Hilman" <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
	"Maxime Ripard"
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	"Chen-Yu Tsai" <wens-jdAy2FN1RRM@public.gmane.org>,
	"Alexandre Courbot"
	<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"Uwe Kleine-König"
	<kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	"Baruch Siach" <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
Subject: Re: [PATCH] clocksource: add missing line break to error messages
Date: Mon, 13 Mar 2017 18:51:53 +0100	[thread overview]
Message-ID: <20170313175153.GC19679@ulmo.ba.sec> (raw)
In-Reply-To: <20170309094710.31003-1-zajec5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 633 bytes --]

On Thu, Mar 09, 2017 at 10:47:10AM +0100, Rafał Miłecki wrote:
[...]
> diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c
> index f960891aa04e..b9990b9c98c5 100644
> --- a/drivers/clocksource/tegra20_timer.c
> +++ b/drivers/clocksource/tegra20_timer.c
> @@ -245,7 +245,7 @@ static int __init tegra20_init_rtc(struct device_node *np)
>  
>  	rtc_base = of_iomap(np, 0);
>  	if (!rtc_base) {
> -		pr_err("Can't map RTC registers");
> +		pr_err("Can't map RTC registers\n");
>  		return -ENXIO;
>  	}
>  

Acked-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clocksource: add missing line break to error messages
Date: Mon, 13 Mar 2017 18:51:53 +0100	[thread overview]
Message-ID: <20170313175153.GC19679@ulmo.ba.sec> (raw)
In-Reply-To: <20170309094710.31003-1-zajec5@gmail.com>

On Thu, Mar 09, 2017 at 10:47:10AM +0100, Rafa? Mi?ecki wrote:
[...]
> diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c
> index f960891aa04e..b9990b9c98c5 100644
> --- a/drivers/clocksource/tegra20_timer.c
> +++ b/drivers/clocksource/tegra20_timer.c
> @@ -245,7 +245,7 @@ static int __init tegra20_init_rtc(struct device_node *np)
>  
>  	rtc_base = of_iomap(np, 0);
>  	if (!rtc_base) {
> -		pr_err("Can't map RTC registers");
> +		pr_err("Can't map RTC registers\n");
>  		return -ENXIO;
>  	}
>  

Acked-by: Thierry Reding <treding@nvidia.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170313/3dc1fe2c/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: "Rafał Miłecki" <zajec5@gmail.com>
Cc: "Daniel Lezcano" <daniel.lezcano@linaro.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	linux-kernel@vger.kernel.org,
	"Vineet Gupta" <vgupta@synopsys.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Marc Zyngier" <marc.zyngier@arm.com>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Stephen Warren" <swarren@wwwdotorg.org>,
	"Lee Jones" <lee@kernel.org>, "Eric Anholt" <eric@anholt.net>,
	"Carlo Caione" <carlo@caione.org>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Alexandre Courbot" <gnurou@gmail.com>,
	"Uwe Kleine-König" <kernel@pengutronix.de>,
	"Baruch Siach" <baruch@tkos.co.il>,
	"Barry Song" <baohua@kernel.org>,
	linux-snps-arc@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-tegra@vger.kernel.org,
	"Rafał Miłecki" <rafal@milecki.pl>
Subject: Re: [PATCH] clocksource: add missing line break to error messages
Date: Mon, 13 Mar 2017 18:51:53 +0100	[thread overview]
Message-ID: <20170313175153.GC19679@ulmo.ba.sec> (raw)
In-Reply-To: <20170309094710.31003-1-zajec5@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

On Thu, Mar 09, 2017 at 10:47:10AM +0100, Rafał Miłecki wrote:
[...]
> diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c
> index f960891aa04e..b9990b9c98c5 100644
> --- a/drivers/clocksource/tegra20_timer.c
> +++ b/drivers/clocksource/tegra20_timer.c
> @@ -245,7 +245,7 @@ static int __init tegra20_init_rtc(struct device_node *np)
>  
>  	rtc_base = of_iomap(np, 0);
>  	if (!rtc_base) {
> -		pr_err("Can't map RTC registers");
> +		pr_err("Can't map RTC registers\n");
>  		return -ENXIO;
>  	}
>  

Acked-by: Thierry Reding <treding@nvidia.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-03-13 17:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09  9:47 [PATCH] clocksource: add missing line break to error messages Rafał Miłecki
2017-03-09  9:47 ` Rafał Miłecki
2017-03-09  9:47 ` Rafał Miłecki
2017-03-09  9:47 ` Rafał Miłecki
2017-03-09  9:47 ` Rafał Miłecki
2017-03-13 17:51 ` Thierry Reding [this message]
2017-03-13 17:51   ` Thierry Reding
2017-03-13 17:51   ` Thierry Reding
2017-03-13 17:51   ` Thierry Reding
2017-03-13 17:51   ` Thierry Reding
2017-03-14  9:40 ` Ben Dooks
2017-03-14  9:40   ` Ben Dooks
2017-03-14  9:40   ` Ben Dooks
2017-03-14  9:40   ` Ben Dooks
2017-03-14  9:40   ` Ben Dooks

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=20170313175153.GC19679@ulmo.ba.sec \
    --to=thierry.reding@gmail.com \
    --cc=linus-amlogic@lists.infradead.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 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.