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

backlight: corgi_lcd: Add blank line after declarations

Fixed the following checkpatch warning.

WARNING: Missing a blank line after declarations

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Jingoo Han and committed by
Lee Jones
ff32c2fa 5b0d6e19

+1
+1
drivers/video/backlight/corgi_lcd.c
··· 143 143 uint8_t base, uint8_t data) 144 144 { 145 145 int i; 146 + 146 147 for (i = 0; i < 8; i++) { 147 148 if (data & 0x80) 148 149 lcdtg_i2c_send_bit(lcd, base | POWER0_COM_DOUT);