Re: [PATCH v2] staging: rtl8723bs: Fix trailing semicolon

2018-01-09 Thread Luis de Bethencourt
On 01/09/2018 04:46 PM, Greg Kroah-Hartman wrote: > On Tue, Jan 09, 2018 at 04:17:01PM +, 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. Than

Re: [PATCH v2] staging: rtl8723bs: Fix trailing semicolon

2018-01-09 Thread Greg Kroah-Hartman
On Tue, Jan 09, 2018 at 04:17:01PM +, Luis de Bethencourt wrote: > Fix trailing semicolon. Please be more explicit. That says what it does, but not _why_ :) ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/

[PATCH v2] staging: rtl8723bs: Fix trailing semicolon

2018-01-09 Thread Luis de Bethencourt
Fix trailing semicolon. Signed-off-by: Luis de Bethencourt --- 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