diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-08-26 21:10:55 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-08-29 03:24:40 -0400 |
commit | ff32c2fa811674855dab0881417674404d25ebab (patch) | |
tree | 4ed8f148bae2e9b6b2947e55241b5a32c506bb67 /drivers/video | |
parent | 5b0d6e1912fce778b7a759e54676d492ad359934 (diff) |
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/corgi_lcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/corgi_lcd.c b/drivers/video/backlight/corgi_lcd.c index 51d18d637e2b..d7c37a8ccd1f 100644 --- a/drivers/video/backlight/corgi_lcd.c +++ b/drivers/video/backlight/corgi_lcd.c | |||
@@ -143,6 +143,7 @@ static void lcdtg_i2c_send_byte(struct corgi_lcd *lcd, | |||
143 | uint8_t base, uint8_t data) | 143 | uint8_t base, uint8_t data) |
144 | { | 144 | { |
145 | int i; | 145 | int i; |
146 | |||
146 | for (i = 0; i < 8; i++) { | 147 | for (i = 0; i < 8; i++) { |
147 | if (data & 0x80) | 148 | if (data & 0x80) |
148 | lcdtg_i2c_send_bit(lcd, base | POWER0_COM_DOUT); | 149 | lcdtg_i2c_send_bit(lcd, base | POWER0_COM_DOUT); |