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

staging: rtl8712: align arguments with open parenthesis in file rtl8712_led.c

Cleans up checks of "Alignment should match open parenthesis"

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
Link: https://lore.kernel.org/r/20191007003902.21911-1-gabrielabittencourt00@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Gabriela Bittencourt and committed by
Greg Kroah-Hartman
402bd53e 3dbcdf18

+1 -1
+1 -1
drivers/staging/rtl8712/rtl8712_led.c
··· 75 75 * Initialize an LED_871x object. 76 76 */ 77 77 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, 78 - enum LED_PIN_871x LedPin) 78 + enum LED_PIN_871x LedPin) 79 79 { 80 80 pLed->padapter = padapter; 81 81 pLed->LedPin = LedPin;