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:
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue