aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/lcs.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-10-12 12:38:51 +0200
committerDavid S. Miller <davem@davemloft.net>2016-10-13 10:59:45 -0400
commitf7e3a16c4a80add7ab965fb5d50dbe5f29ec1628 (patch)
treecffcc4ff8c4064e31133859707da748ef08d1483 /drivers/s390/net/lcs.c
parents390/netiucv: improve checking of sysfs attribute buffer (diff)
downloadlinux-dev-f7e3a16c4a80add7ab965fb5d50dbe5f29ec1628.tar.xz
linux-dev-f7e3a16c4a80add7ab965fb5d50dbe5f29ec1628.zip
s390/lcs: remove trailing space at end of dev_err message
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> Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/s390/net/lcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/lcs.c b/drivers/s390/net/lcs.c
index 251db0a02e73..211b31d9f157 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;
}