Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86595967 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: A word in printk is split into 2 lines



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

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Reviewed-by: default avatarJames Cameron <quozl@laptop.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b0cf96df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ;
}