Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1730061
| From | Julia Lawall <julia.lawall@lip6.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [Outreachy kernel] [PATCH 04/10] staging: rtl8723bs: Remove unnecessary spaces at the start of line |
| Date | 2017-09-10 22:40 +0200 |
| Message-ID | <uohbl-Dm-9@gated-at.bofh.it> (permalink) |
| References | <uocbE-5CS-15@gated-at.bofh.it> <uoeds-75y-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, 10 Sep 2017, Harsha Sharma wrote: > No spaces at the start of a line > > Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> > --- > drivers/staging/rtl8723bs/os_dep/os_intfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c > index 5ceccd7..97ff3ab 100644 > --- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c > +++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c > @@ -597,7 +597,7 @@ u32 rtw_start_drv_threads(struct adapter *padapter) > _status = _FAIL; > > padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); > - if (IS_ERR(padapter->cmdThread)) > + if (IS_ERR(padapter->cmdThread)) > _status = _FAIL; > else > down(&padapter->cmdpriv.terminate_cmdthread_sema); /* wait for cmd_thread to run */ > -- > 1.9.1 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/94120b866c10e83ec66c8b96522ae7d265d254cc.1505052882.git.harshasharmaiitr%40gmail.com. > For more options, visit https://groups.google.com/d/optout. >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/10] staging: rtl8723bs: Follow linux-kernel coding style Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 17:20 +0200
[PATCH 03/10] staging: rtl8723bs: Add spaces around '?', '==', '||', '!=' Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:30 +0200
Re: [Outreachy kernel] [PATCH 03/10] staging: rtl8723bs: Add spaces around '?', '==', '||', '!=' Julia Lawall <julia.lawall@lip6.fr> - 2017-09-10 22:10 +0200
[PATCH 04/10] staging: rtl8723bs: Remove unnecessary spaces at the start of line Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:30 +0200
Re: [Outreachy kernel] [PATCH 04/10] staging: rtl8723bs: Remove unnecessary spaces at the start of line Julia Lawall <julia.lawall@lip6.fr> - 2017-09-10 22:40 +0200
[PATCH 05/10] staging: rtl8723bs: Add space between concatenated strings Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:40 +0200
Re: [Outreachy kernel] [PATCH 05/10] staging: rtl8723bs: Add space between concatenated strings Julia Lawall <julia.lawall@lip6.fr> - 2017-09-11 13:20 +0200
[PATCH 06/10] staging: rtl8723bs: Add space after ',' Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:40 +0200
Re: [Outreachy kernel] [PATCH 06/10] staging: rtl8723bs: Add space after ',' Julia Lawall <julia.lawall@lip6.fr> - 2017-09-11 13:20 +0200
Re: [Outreachy kernel] [PATCH 06/10] staging: rtl8723bs: Add space after ',' Greg KH <gregkh@linuxfoundation.org> - 2017-09-11 18:50 +0200
[PATCH 08/10] staging: rtl8723bs: Remove unnecessary space Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:40 +0200
[PATCH 07/10] staging: rtl8723bs: Removed unneccesary space Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:40 +0200
Re: [PATCH 07/10] staging: rtl8723bs: Removed unneccesary space Greg KH <gregkh@linuxfoundation.org> - 2017-09-11 18:50 +0200
[PATCH 10/10] staging: rtl8723bs: Remove unnecessary blank lines Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:50 +0200
[PATCH 09/10] staging: rtl8723bs: Remove unneccesary braces and change position of open brace Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-10 19:50 +0200
[PATCH] spelling.txt: Add "unnecessary" typo variants Joe Perches <joe@perches.com> - 2017-09-10 22:20 +0200
[PATCH v2 07/10] staging: rtl8723bs: Remove unneccesary space Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-12 12:20 +0200
Re: [Outreachy kernel] [PATCH v2 07/10] staging: rtl8723bs: Remove unneccesary space Julia Lawall <julia.lawall@lip6.fr> - 2017-09-12 12:30 +0200
[PATCH v3 07/10] staging: rtl8723bs: Remove unnecessary space Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-12 12:40 +0200
[PATCH v2 06/10] staging: rtl8723bs: Add space after ',' Harsha Sharma <harshasharmaiitr@gmail.com> - 2017-09-12 15:40 +0200
Re: [PATCH v2 06/10] staging: rtl8723bs: Add space after ',' Greg KH <gregkh@linuxfoundation.org> - 2017-09-12 22:50 +0200
csiph-web