staging: wimax: fix quoted string split across lines in op-rfkill.c
authorGabriele Modena <gabriele.modena@gmail.com>
Sat, 13 Mar 2021 17:35:32 +0000 (18:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Mar 2021 15:59:24 +0000 (16:59 +0100)
commitdff20ceb9116be0c5ddd9591bce648ecc6281abb
treeacae5123fdf91eb10606ab08f5fbf3c189758b19
parent23df3c40da780a146767f5ad3d3883e3f77d6fff
staging: wimax: fix quoted string split across lines in op-rfkill.c

This commit fixes the following checkpatch.pl warning:

WARNING: quoted string split across lines
+ dev_err(dev, "WIMAX_GNL_RFKILL: can't find RFKILL_STATE "
+ "attribute\n");

Signed-off-by: Gabriele Modena <gabriele.modena@gmail.com>
Link: https://lore.kernel.org/r/590fcf33a97025019e5c3b3a915fec9bbe24aa4c.1615652628.git.gabriele.modena@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wimax/op-rfkill.c