All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 001] staging: wlan-ng: Add tabstop preceding the statement
@ 2017-01-30 16:31 Maksymilian Piechota
  2017-01-30 16:44 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 8+ messages in thread
From: Maksymilian Piechota @ 2017-01-30 16:31 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: maksymilianpiechota, linux-kernel, devel

This patch fixes the checkpatch.pl warning:

WARNING: Statements should start on a tabstop

Signed-off-by: Maksymilian Piechota <maksymilianpiechota@gmail.com>
---
 drivers/staging/wlan-ng/prism2mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c
index 16fb2d3..2d67125 100644
--- a/drivers/staging/wlan-ng/prism2mgmt.c
+++ b/drivers/staging/wlan-ng/prism2mgmt.c
@@ -1308,7 +1308,7 @@ int prism2mgmt_wlansniff(struct wlandevice *wlandev, void *msgp)
 			hw->sniffhdr = 0;
 			wlandev->netdev->type = ARPHRD_IEEE80211_PRISM;
 		} else
-		    if ((msg->wlanheader.status ==
+			if ((msg->wlanheader.status ==
 			 P80211ENUM_msgitem_status_data_ok)
 			&& (msg->wlanheader.data == P80211ENUM_truth_true)) {
 			hw->sniffhdr = 1;
-- 
2.1.4

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

end of thread, other threads:[~2017-01-31 12:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-30 16:31 [PATCH 001] staging: wlan-ng: Add tabstop preceding the statement Maksymilian Piechota
2017-01-30 16:44 ` Greg Kroah-Hartman
2017-01-31  4:00   ` Joe Perches
2017-01-31 11:04     ` Maksymilian Piechota
2017-01-31 11:18       ` Joe Perches
2017-01-31 11:33         ` Maksymilian Piechota
2017-01-31 12:07           ` Joe Perches
2017-01-31 12:20             ` Maksymilian Piechota

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.