* [PATCH v2] staging: rtl8723bs: Fix trailing semicolon
@ 2018-01-09 16:17 Luis de Bethencourt
2018-01-09 16:46 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Luis de Bethencourt @ 2018-01-09 16:17 UTC (permalink / raw)
To: linux-kernel
Cc: devel, Greg Kroah-Hartman, Larry Finger, Hans de Goede,
Bastien Nocera, Arnd Bergmann, Joe Perches, Luis de Bethencourt
Fix trailing semicolon.
Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
---
Changes since v1:
- Added a changelog body to the commit message
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
index 3fca0c2d4c8d..da59496f6e04 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
@@ -967,7 +967,7 @@ static int rtw_wx_set_mode(struct net_device *dev, struct iw_request_info *a,
break;
default :
- ret = -EINVAL;;
+ ret = -EINVAL;
RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_err_, ("\n Mode: %s is not supported \n", iw_operation_mode[wrqu->mode]));
goto exit;
}
--
2.15.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] staging: rtl8723bs: Fix trailing semicolon
2018-01-09 16:17 [PATCH v2] staging: rtl8723bs: Fix trailing semicolon Luis de Bethencourt
@ 2018-01-09 16:46 ` Greg Kroah-Hartman
2018-01-09 16:52 ` Luis de Bethencourt
0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2018-01-09 16:46 UTC (permalink / raw)
To: Luis de Bethencourt
Cc: linux-kernel, devel, Arnd Bergmann, Hans de Goede, Bastien Nocera,
Joe Perches, Larry Finger
On Tue, Jan 09, 2018 at 04:17:01PM +0000, Luis de Bethencourt wrote:
> Fix trailing semicolon.
Please be more explicit. That says what it does, but not _why_ :)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] staging: rtl8723bs: Fix trailing semicolon
2018-01-09 16:46 ` Greg Kroah-Hartman
@ 2018-01-09 16:52 ` Luis de Bethencourt
0 siblings, 0 replies; 3+ messages in thread
From: Luis de Bethencourt @ 2018-01-09 16:52 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: linux-kernel, devel, Arnd Bergmann, Hans de Goede, Bastien Nocera,
Joe Perches, Larry Finger
On 01/09/2018 04:46 PM, Greg Kroah-Hartman wrote:
> On Tue, Jan 09, 2018 at 04:17:01PM +0000, Luis de Bethencourt wrote:
>> Fix trailing semicolon.
>
> Please be more explicit. That says what it does, but not _why_ :)
>
After walking around with my head down in shame I sent a new version.
Thanks!
Luis
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-09 16:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 16:17 [PATCH v2] staging: rtl8723bs: Fix trailing semicolon Luis de Bethencourt
2018-01-09 16:46 ` Greg Kroah-Hartman
2018-01-09 16:52 ` Luis de Bethencourt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox