summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorKumar Gaurav <kumargauravgupta3@gmail.com>2013-08-04 18:41:02 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-12 21:08:27 (GMT)
commit2acb6111d77c2de27c4f46fed259dfd1231cb4ea (patch)
tree75b3f916cd5288a05e5187b6b0a5a083b391ff75 /drivers
parent3140b45808c06e418c01692a9e6325d3ac0cf628 (diff)
downloadlinux-fsl-qoriq-2acb6111d77c2de27c4f46fed259dfd1231cb4ea.tar.xz
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')
-rw-r--r--drivers/staging/xgifb/vb_setmode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/vb_setmode.h b/drivers/staging/xgifb/vb_setmode.h
index f67d947..5301bec 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);