mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 02:12:00 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
940d43d93d
commit
cdc6cd28ed
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user