mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: rtl8192e: A word in printk is split into 2 lines
@ 2014-04-24 16:48 Masanari Iida
  2014-04-24 16:48 ` [PATCH 2/2] staging: rtl8192e: Fix typo in rtl8192e Masanari Iida
  0 siblings, 1 reply; 5+ messages in thread
From: Masanari Iida @ 2014-04-24 16:48 UTC (permalink / raw)
  To: Larry.Finger, gregkh, linux-wireless; +Cc: linux-kernel, Masanari Iida

A word in printk is split into two lines.
Change it into one line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/staging/rtl8192e/rtl819x_BAProc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl819x_BAProc.c b/drivers/staging/rtl8192e/rtl819x_BAProc.c
index adc6cc7..4d5b0de 100644
--- a/drivers/staging/rtl8192e/rtl819x_BAProc.c
+++ b/drivers/staging/rtl8192e/rtl819x_BAProc.c
@@ -230,8 +230,8 @@ static void rtllib_send_DELBA(struct rtllib_device *ieee, u8 *dst,
 	if (skb)
 		softmac_mgmt_xmit(skb, ieee);
 	else
-		RTLLIB_DEBUG(RTLLIB_DL_ERR, "alloc skb error in func"
-			     "tion %s()\n", __func__);
+		RTLLIB_DEBUG(RTLLIB_DL_ERR, "alloc skb error in function"
+			     " %s()\n", __func__);
 	return ;
 }
 
-- 
2.0.0.rc0.26.g779792a


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

end of thread, other threads:[~2014-04-26 17:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-24 16:48 [PATCH 1/2] staging: rtl8192e: A word in printk is split into 2 lines Masanari Iida
2014-04-24 16:48 ` [PATCH 2/2] staging: rtl8192e: Fix typo in rtl8192e Masanari Iida
2014-04-24 21:49   ` James Cameron
2014-04-26 14:35     ` [PATCH/V2] " Masanari Iida
2014-04-26 17:09       ` Randy Dunlap

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

Powered by JetHome