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>
This commit is contained in:
Colin Ian King 2016-10-12 12:38:51 +02:00 committed by David S. Miller
parent 9edebf11a4
commit f7e3a16c4a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}