backlight: corgi_lcd: Add blank line after declarations
authorJingoo Han <jg1.han@samsung.com>
Wed, 27 Aug 2014 01:10:55 +0000 (10:10 +0900)
committerLee Jones <lee.jones@linaro.org>
Fri, 29 Aug 2014 07:24:40 +0000 (08:24 +0100)
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>
drivers/video/backlight/corgi_lcd.c

index 51d18d637e2b88f02a9ff6ff1ff9702645d07d73..d7c37a8ccd1fbabe00063ded2bb0337e184e73db 100644 (file)
@@ -143,6 +143,7 @@ static void lcdtg_i2c_send_byte(struct corgi_lcd *lcd,
                                uint8_t base, uint8_t data)
 {
        int i;
+
        for (i = 0; i < 8; i++) {
                if (data & 0x80)
                        lcdtg_i2c_send_bit(lcd, base | POWER0_COM_DOUT);
This page took 0.063321 seconds and 5 git commands to generate.