diff options
author | Chaitanya Hazarey <c@24.io> | 2014-05-23 12:24:37 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-24 04:42:20 +0900 |
commit | 0292bd466ac5a1a5f3e706790f3aec05cd45ee5f (patch) | |
tree | 61b350f4f9bc4c77ac5a93f7b8ee3158cc48895e /drivers/staging/xgifb | |
parent | e6c1ef6ce9dadadd1961578487f9c76fa134b020 (diff) |
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>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r-- | drivers/staging/xgifb/vb_setmode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c index c638c8febee9..8795e173cb5a 100644 --- a/drivers/staging/xgifb/vb_setmode.c +++ b/drivers/staging/xgifb/vb_setmode.c @@ -5462,6 +5462,7 @@ unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info, unsigned short ModeIdIndex; struct vb_device_info VBINF; struct vb_device_info *pVBInfo = &VBINF; + pVBInfo->IF_DEF_LVDS = 0; if (HwDeviceExtension->jChipType >= XG20) |