Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9877f9de authored by Anson Jacob's avatar Anson Jacob Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Fix checkpatch warning



Fix warning by checkpatch.pl
Add * for block comments on subsequent lines

Signed-off-by: default avatarAnson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dd19b918
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -113,9 +113,9 @@ DEVICE_PARAM(ShortRetryLimit, "Short frame retry limits");
DEVICE_PARAM(LongRetryLimit, "long frame retry limits");

/* BasebandType[] baseband type selected
   0: indicate 802.11a type
   1: indicate 802.11b type
   2: indicate 802.11g type
 * 0: indicate 802.11a type
 * 1: indicate 802.11b type
 * 2: indicate 802.11g type
 */
#define BBP_TYPE_MIN     0
#define BBP_TYPE_MAX     2