All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8192ee: checkpatch: use tabs for indent
@ 2014-08-03 16:06 Martin Kepplinger
  2014-08-03 16:27 ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Kepplinger @ 2014-08-03 16:06 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, linux-kernel, Martin Kepplinger

Use tabs for code indent and use the kernel coding style.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
applies to -next20140801

 drivers/staging/rtl8192ee/regd.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8192ee/regd.c b/drivers/staging/rtl8192ee/regd.c
index 7272fae..7841447 100644
--- a/drivers/staging/rtl8192ee/regd.c
+++ b/drivers/staging/rtl8192ee/regd.c
@@ -363,8 +363,7 @@ static const struct ieee80211_regdomain *_rtl_regdomain_select(
 static int _rtl92e_regd_init_wiphy(struct rtl_regulatory *reg,
 				   struct wiphy *wiphy,
 				   void (*reg_notifier)(struct wiphy *wiphy,
-						        struct regulatory_request *
-						        request))
+					struct regulatory_request *request))
 {
 	const struct ieee80211_regdomain *regd;
 
-- 
1.7.10.4


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

end of thread, other threads:[~2014-08-03 16:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-03 16:06 [PATCH] staging: rtl8192ee: checkpatch: use tabs for indent Martin Kepplinger
2014-08-03 16:27 ` Joe Perches
2014-08-03 16:38   ` Martin Kepplinger
2014-08-03 16:49     ` Joe Perches

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.