summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorChaehyun Lim2016-02-23 07:38:03 +0100
committerGreg Kroah-Hartman2016-02-26 07:28:33 +0100
commitcdc6cd28edb684f073234c059ab084c04eef9b32 (patch)
treea703696736b79ee05240b10a210e0fea7d569934 /drivers
parentstaging: wilc1000: handle_cfg_param: fix line over 80 characters (diff)
downloadkernel-qcow2-linux-cdc6cd28edb684f073234c059ab084c04eef9b32.tar.gz
kernel-qcow2-linux-cdc6cd28edb684f073234c059ab084c04eef9b32.tar.xz
kernel-qcow2-linux-cdc6cd28edb684f073234c059ab084c04eef9b32.zip
staging: wilc1000: handle_cfg_param: remove unnecessary whitespace
This patch removes unnecessary whitespace before a quoted newline found by checkpatch WARNING: unnecessary whitespace before a quoted newline Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/wilc1000/host_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index fb809a4069f3..2ace069c47b7 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -501,7 +501,7 @@ static s32 handle_cfg_param(struct wilc_vif *vif,
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.auth_type = (u8)cfg_param_attr->auth_type;
} else {
- netdev_err(vif->ndev, "Impossible value \n");
+ netdev_err(vif->ndev, "Impossible value\n");
result = -EINVAL;
goto ERRORHANDLER;
}