mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
3140b45808
commit
2acb6111d7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue