staging: wilc1000: handle_cfg_param: remove unnecessary whitespace
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 23 Feb 2016 06:38:03 +0000 (15:38 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Feb 2016 06:28:33 +0000 (22:28 -0800)
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>
drivers/staging/wilc1000/host_interface.c

index fb809a4069f35fe80fdcb60e3d1b048f721975c5..2ace069c47b70c2bdbbf0c0016c15d64b60ca85d 100644 (file)
@@ -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;
                }
This page took 0.027992 seconds and 5 git commands to generate.