summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wimax
diff options
context:
space:
mode:
authorGabriele Modena <gabriele.modena@gmail.com>2021-03-13 18:35:30 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-14 16:59:24 +0100
commit49b47c9e656c94502441c5c1b9827f4812b78918 (patch)
tree19a340511c42ccc1201ce574f97c4afee13b702b /drivers/staging/wimax
parent0102ecac649157fb4738d19cec9d6531ef88a8b1 (diff)
downloadlinux-stable-49b47c9e656c94502441c5c1b9827f4812b78918.tar.gz
linux-stable-49b47c9e656c94502441c5c1b9827f4812b78918.tar.bz2
linux-stable-49b47c9e656c94502441c5c1b9827f4812b78918.zip
staging: wimax: fix block comment style check in op-rfkill.c
This commit fixes the following checkpatch.pl warning: WARNING: Block comments use a trailing */ on a separate line + * considering the radios are all off. */ Signed-off-by: Gabriele Modena <gabriele.modena@gmail.com> Link: https://lore.kernel.org/r/752f22ec19c8e5bc249589ca4c5edef770396aff.1615652628.git.gabriele.modena@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wimax')
-rw-r--r--drivers/staging/wimax/op-rfkill.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/wimax/op-rfkill.c b/drivers/staging/wimax/op-rfkill.c
index 78b294481a59..ad9d1c682ca2 100644
--- a/drivers/staging/wimax/op-rfkill.c
+++ b/drivers/staging/wimax/op-rfkill.c
@@ -294,7 +294,8 @@ int wimax_rfkill(struct wimax_dev *wimax_dev, enum wimax_rf_state state)
/* While initializing, < 1.4.3 wimax-tools versions use
* this call to check if the device is a valid WiMAX
* device; so we allow it to proceed always,
- * considering the radios are all off. */
+ * considering the radios are all off.
+ */
if (result == -ENOMEDIUM && state == WIMAX_RF_QUERY)
result = WIMAX_RF_OFF << 1 | WIMAX_RF_OFF;
goto error_not_ready;