staging: wimax: fix block comment style check in op-rfkill.c
authorGabriele Modena <gabriele.modena@gmail.com>
Sat, 13 Mar 2021 17:35:30 +0000 (18:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Mar 2021 15:59:24 +0000 (16:59 +0100)
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>
drivers/staging/wimax/op-rfkill.c

index 78b2944..ad9d1c6 100644 (file)
@@ -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;