Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1730022
| From | Harsha Sharma <harshasharmaiitr@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 08/10] staging: rtl8723bs: Remove unnecessary space |
| Date | 2017-09-10 19:40 +0200 |
| Message-ID | <uoen7-79b-17@gated-at.bofh.it> (permalink) |
| References | <uocbE-5CS-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Remove space before ';', '++', ','
Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
drivers/staging/rtl8723bs/os_dep/os_intfs.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
index 8e13fb3..7a2d088 100644
--- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
@@ -253,7 +253,7 @@ static uint loadparam(struct adapter *padapter, _nic_hdl pnetdev)
if (registry_par->channel > 14)
registry_par->channel = 1;
- registry_par->vrtl_carrier_sense = (u8)rtw_vrtl_carrier_sense ;
+ registry_par->vrtl_carrier_sense = (u8)rtw_vrtl_carrier_sense;
registry_par->vcs_type = (u8)rtw_vcs_type;
registry_par->rts_thresh = (u16)rtw_rts_thresh;
registry_par->frag_thresh = (u16)rtw_frag_thresh;
@@ -1240,7 +1240,7 @@ void rtw_dev_unload(struct adapter *padapter)
DBG_871X("stop cmdthd timeout\n");
break;
} else {
- cnt ++;
+ cnt++;
DBG_871X("cmdthd is running(%d)\n", cnt);
msleep(10);
}
@@ -1907,7 +1907,7 @@ int rtw_resume_common(struct adapter *padapter)
pwrpriv->pno_in_resume = false;
#endif
}
- DBG_871X_LEVEL(_drv_always_, "%s:%d in %d ms\n", __func__ , ret,
+ DBG_871X_LEVEL(_drv_always_, "%s:%d in %d ms\n", __func__, ret,
jiffies_to_msecs(jiffies - start_time));
return ret;
--
1.9.1
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