All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power: reset: add in missing white space in error message text
@ 2016-09-12 13:05 Colin King
  2016-09-19 19:20 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-09-12 13:05 UTC (permalink / raw)
  To: Santosh Shilimkar, Sebastian Reichel, linux-pm; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

A dev_err message spans two lines and the literal string is missing
a white space between words. Add the white space.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/power/reset/keystone-reset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/reset/keystone-reset.c b/drivers/power/reset/keystone-reset.c
index c70f1bf..0938085 100644
--- a/drivers/power/reset/keystone-reset.c
+++ b/drivers/power/reset/keystone-reset.c
@@ -139,7 +139,7 @@ static int rsctrl_probe(struct platform_device *pdev)
 		}
 
 		if (val >= WDT_MUX_NUMBER) {
-			dev_err(dev, "ti,wdt-list property can contain"
+			dev_err(dev, "ti,wdt-list property can contain "
 				"only numbers < 4\n");
 			return -EINVAL;
 		}
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] power: reset: add in missing white space in error message text
  2016-09-12 13:05 [PATCH] power: reset: add in missing white space in error message text Colin King
@ 2016-09-19 19:20 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2016-09-19 19:20 UTC (permalink / raw)
  To: Colin King; +Cc: Santosh Shilimkar, linux-pm, linux-kernel

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

Hi Colin,

On Mon, Sep 12, 2016 at 02:05:04PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> A dev_err message spans two lines and the literal string is missing
> a white space between words. Add the white space.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Thanks, queued.

-- Sebastian

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-19 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12 13:05 [PATCH] power: reset: add in missing white space in error message text Colin King
2016-09-19 19:20 ` Sebastian Reichel

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.