public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] staging: rtlwifi: Add new line to stay in 80 characters
@ 2018-11-12 23:18 Cristian Sicilia
  2018-11-12 23:44 ` Greg Kroah-Hartman
  2018-11-13 19:34 ` [PATCH v2 0/2] Aligh parenthesis and split lines Cristian Sicilia
  0 siblings, 2 replies; 5+ messages in thread
From: Cristian Sicilia @ 2018-11-12 23:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Cristian Sicilia, Colin Ian King,
	Nathan Chancellor, Arnd Bergmann, devel, linux-kernel

The parameter is sent to next line to stay in 80
characters

Signed-off-by: Cristian Sicilia <sicilia.cristian@gmail.com>
---
 drivers/staging/rtlwifi/core.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtlwifi/core.c b/drivers/staging/rtlwifi/core.c
index ca37f75..a990281 100644
--- a/drivers/staging/rtlwifi/core.c
+++ b/drivers/staging/rtlwifi/core.c
@@ -1882,7 +1882,8 @@ bool rtl_hal_pwrseqcmdparsing(struct rtl_priv *rtlpriv, u8 cut_version,
 				return true;
 			default:
 				WARN_ONCE(true,
-					  "rtlwifi: %s(): Unknown CMD!!\n", __func__);
+					  "rtlwifi: %s(): Unknown CMD!!\n",
+					  __func__);
 				break;
 			}
 		}
-- 
2.7.4


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

end of thread, other threads:[~2018-11-13 19:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-12 23:18 [PATCH 1/1] staging: rtlwifi: Add new line to stay in 80 characters Cristian Sicilia
2018-11-12 23:44 ` Greg Kroah-Hartman
2018-11-13 19:34 ` [PATCH v2 0/2] Aligh parenthesis and split lines Cristian Sicilia
2018-11-13 19:34   ` [PATCH v2 1/2] staging: rtlwifi: Add spaces to match open parenthesis Cristian Sicilia
2018-11-13 19:34   ` [PATCH v2 2/2] staging: rtlwifi: Add new line to stay in 80 characters Cristian Sicilia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox