rtl8188eu: Remove all spaces before \n in format

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-18 23:31:53 -05:00
parent f5f3863bc5
commit 2026ba8979
5 changed files with 14 additions and 14 deletions

View file

@ -1348,7 +1348,7 @@ static int rtw_wx_set_mode(struct net_device *dev, struct iw_request_info *a,
default :
ret = -EINVAL;;
RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("\n Mode: %s is not supported \n", iw_operation_mode[wrqu->mode]));
RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("\n Mode: %s is not supported\n", iw_operation_mode[wrqu->mode]));
goto exit;
}