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

staging: sm750fb: Remove multiple blank lines

Remove multiple blank lines. Issue found by checkpatch.

Signed-off-by: Marcelo Guzmán Lamperti <marcelo.guzman.lamperti@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Marcelo Guzmán Lamperti and committed by
Greg Kroah-Hartman
2c4a97b4 7ec0596f

-10
-8
drivers/staging/sm750fb/ddk750_sii164.c
··· 62 62 return deviceID; 63 63 } 64 64 65 - 66 - 67 65 /* DVI.C will handle all SiI164 chip stuffs and try it best to make code minimal and useful */ 68 66 69 67 /* ··· 237 239 return -1; 238 240 } 239 241 240 - 241 - 242 - 243 - 244 242 /* below sii164 function is not necessary */ 245 243 246 244 #ifdef SII164_FULL_FUNCTIONS ··· 396 402 #endif 397 403 398 404 #endif 399 - 400 -
-2
drivers/staging/sm750fb/ddk750_sii164.h
··· 12 12 SII164_HOTPLUG_USE_HTPLG /* Use Hot Plug detect bit. */ 13 13 }; 14 14 15 - 16 15 /* Silicon Image SiI164 chip prototype */ 17 16 long sii164InitChip(unsigned char edgeSelect, 18 17 unsigned char busSelect, ··· 26 27 27 28 unsigned short sii164GetVendorID(void); 28 29 unsigned short sii164GetDeviceID(void); 29 - 30 30 31 31 #ifdef SII164_FULL_FUNCTIONS 32 32 void sii164ResetChip(void);