Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638462
| From | Remco Verhoef <remco@dutchcoders.io> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: rtl8188eu: Fix one coding style problem |
| Date | 2017-05-10 02:10 +0200 |
| Message-ID | <tFnmx-F9-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix code indent should use tabs where possible coding style
error.
Signed-off-by: Remco Verhoef <remco@dutchcoders.io>
---
drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c b/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c
index d9fa290..636f445 100644
--- a/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c
+++ b/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c
@@ -58,7 +58,7 @@ static void process_link_qual(struct adapter *padapter,
}
void rtl8188e_process_phy_info(struct adapter *padapter,
- struct recv_frame *precvframe)
+ struct recv_frame *precvframe)
{
/* Check RSSI */
process_rssi(padapter, precvframe);
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] staging: rtl8188eu: Fix one coding style problem Remco Verhoef <remco@dutchcoders.io> - 2017-05-10 02:10 +0200
csiph-web