From: Chaehyun Lim Date: Tue, 23 Feb 2016 06:38:03 +0000 (+0900) Subject: staging: wilc1000: handle_cfg_param: remove unnecessary whitespace X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cdc6cd28edb684f073234c059ab084c04eef9b32;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- 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; }