* [PATCH] s390/lcs: remove trailing space at end of dev_err message
@ 2016-09-27 19:57 Colin King
2016-09-28 7:04 ` Martin Schwidefsky
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-09-27 19:57 UTC (permalink / raw)
To: Ursula Braun, Martin Schwidefsky, Heiko Carstens, linux-s390; +Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a trailing white space at the end of a dev_err
message that does nothing useful - remove it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/s390/net/lcs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/s390/net/lcs.c b/drivers/s390/net/lcs.c
index 251db0a..211b31d 100644
--- a/drivers/s390/net/lcs.c
+++ b/drivers/s390/net/lcs.c
@@ -1888,7 +1888,7 @@ lcs_stop_device(struct net_device *dev)
rc = lcs_stopcard(card);
if (rc)
dev_err(&card->dev->dev,
- " Shutting down the LCS device failed\n ");
+ " Shutting down the LCS device failed\n");
return rc;
}
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-28 7:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27 19:57 [PATCH] s390/lcs: remove trailing space at end of dev_err message Colin King
2016-09-28 7:04 ` Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox