diff options
author | Kumar Gaurav <kumargauravgupta3@gmail.com> | 2013-08-05 00:11:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-12 14:08:27 -0700 |
commit | 2acb6111d77c2de27c4f46fed259dfd1231cb4ea (patch) | |
tree | 75b3f916cd5288a05e5187b6b0a5a083b391ff75 /drivers/staging/xgifb | |
parent | 3140b45808c06e418c01692a9e6325d3ac0cf628 (diff) |
Staging: xgifb: Fixed a warning of Space before semicolon
Fixed issue by removing Space before semicolon
Signed-off-by: Kumar Gaurav <kumargauravgupta3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r-- | drivers/staging/xgifb/vb_setmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/vb_setmode.h b/drivers/staging/xgifb/vb_setmode.h index f67d9478f768..5301bec6440d 100644 --- a/drivers/staging/xgifb/vb_setmode.h +++ b/drivers/staging/xgifb/vb_setmode.h @@ -11,7 +11,7 @@ extern void XGI_GetVBType(struct vb_device_info *); extern void XGI_SenseCRT1(struct vb_device_info *); extern unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info, struct xgi_hw_device_info *HwDeviceExtension, - unsigned short ModeNo) ; + unsigned short ModeNo); extern unsigned char XGI_SearchModeID(unsigned short ModeNo, unsigned short *ModeIdIndex); |