Commit 2acb6111 authored by Kumar Gaurav's avatar Kumar Gaurav Committed by Greg Kroah-Hartman

Staging: xgifb: Fixed a warning of Space before semicolon

Fixed issue by removing Space before semicolon
Signed-off-by: default avatarKumar Gaurav <kumargauravgupta3@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3140b458
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment