Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rtl8712: rtl8712_gp_bitdef.h: Coding style warning fix for block comment

This is patch to the rtl8712_gp_bitdef.h file that fixes up following
warning reported by checkpatch.pl :

-Block comments use a trailing */ on a separate line

Signed-off-by: Punit Vara <punitvara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Punit Vara and committed by
Greg Kroah-Hartman
3d228d87 602cac56

+2 -1
+2 -1
drivers/staging/rtl8712/rtl8712_gp_bitdef.h
··· 64 64 65 65 #define GPIOMUX_EN BIT(3) /* When this bit is set to "1", 66 66 * GPIO PINs will switch to MAC 67 - * GPIO Function*/ 67 + * GPIO Function 68 + */ 68 69 #define GPIOSEL_GPIO 0 /* UART or JTAG or pure GPIO*/ 69 70 #define GPIOSEL_PHYDBG 1 /* PHYDBG*/ 70 71 #define GPIOSEL_BT 2 /* BT_coex*/