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

Staging: xgifb: Fixed a code-style warning

Added a blank line after declarations to fix the following warning issued by checkpatch.pl:

drivers/staging/xgifb/vb_init.c:800: WARNING: Missing a blank line after declarations

Signed-off-by: Chaitanya Hazarey <c@24.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Chaitanya Hazarey and committed by
Greg Kroah-Hartman
0292bd46 e6c1ef6c

+1
+1
drivers/staging/xgifb/vb_setmode.c
··· 5462 5462 unsigned short ModeIdIndex; 5463 5463 struct vb_device_info VBINF; 5464 5464 struct vb_device_info *pVBInfo = &VBINF; 5465 + 5465 5466 pVBInfo->IF_DEF_LVDS = 0; 5466 5467 5467 5468 if (HwDeviceExtension->jChipType >= XG20)