All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: rtl8188eu: rtw_recv.c: fixed a space indentation issue
@ 2019-03-12 19:26 Sanjana Reddy
  2019-03-12 19:29 ` Julia Lawall
  2019-03-12 19:41 ` Greg KH
  0 siblings, 2 replies; 9+ messages in thread
From: Sanjana Reddy @ 2019-03-12 19:26 UTC (permalink / raw)
  To: outreachy-kernel, Julia Lawall, gregkh; +Cc: sanjana99reddy99

[-- Attachment #1: Type: text/plain, Size: 925 bytes --]

Fixed a space in 2 lines which removed warnings.
Signed-off-by: Sanjana <sanjana99reddy99@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_recv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_recv.c
b/drivers/staging/rtl8188eu/core/rtw_recv.c
index 1d83affc08ce..cc6f1a23da01 100644
--- a/drivers/staging/rtl8188eu/core/rtw_recv.c
+++ b/drivers/staging/rtl8188eu/core/rtw_recv.c
@@ -24,11 +24,11 @@ static u8 SNAP_ETH_TYPE_APPLETALK_AARP[2] = {0x80,
0xf3};

 /* Bridge-Tunnel header (for EtherTypes ETH_P_AARP and ETH_P_IPX) */
 static u8 rtw_bridge_tunnel_header[] = {
-       0xaa, 0xaa, 0x03, 0x00, 0x00, 0xf8
+        0xaa, 0xaa, 0x03, 0x00, 0x00, 0xf8
 };

 static u8 rtw_rfc1042_header[] = {
-       0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00
+       0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00
 };

 static void rtw_signal_stat_timer_hdl(struct timer_list *t);
-- 
2.17.1

[-- Attachment #2: Type: text/html, Size: 1354 bytes --]

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-03-13 15:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-12 19:26 [PATCH] Staging: rtl8188eu: rtw_recv.c: fixed a space indentation issue Sanjana Reddy
2019-03-12 19:29 ` Julia Lawall
2019-03-12 19:41 ` Greg KH
2019-03-12 19:48   ` [Outreachy kernel] " Greg KH
     [not found]     ` <CAO-bXGBSvngtL5dF+njH3QpLZfme6UWxNkLdS64FETSXQ+cmJg@mail.gmail.com>
2019-03-13  3:09       ` Sanjana Sanikommu
2019-03-13  9:22         ` Sanjana Sanikommu
2019-03-13  9:26           ` Julia Lawall
2019-03-13 14:20         ` Greg KH
2019-03-13 15:51           ` Sanjana Sanikommu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.