projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9edebf1
)
s390/lcs: remove trailing space at end of dev_err message
author
Colin Ian King
<
[email protected]
>
Wed, 12 Oct 2016 10:38:51 +0000
(12:38 +0200)
committer
David S. Miller
<
[email protected]
>
Thu, 13 Oct 2016 14:59:45 +0000
(10:59 -0400)
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 <
[email protected]
>
Signed-off-by: Ursula Braun <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/s390/net/lcs.c
patch
|
blob
|
history
diff --git
a/drivers/s390/net/lcs.c
b/drivers/s390/net/lcs.c
index 251db0a02e73c81c275594d0b72b091ced13137b..211b31d9f157dfeb16441d6852b85b319083e095 100644
(file)
--- 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;
}