mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 23:48:08 +09:00
staging: rtl8192e: remove a blank line
Fix the checkpath error:
CHECK: Blank lines aren't necessary after an open brace '{'
Signed-off-by: Daniel Junho <djunho@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
08ce43b9c5
commit
e00fd8ecaa
@@ -11,7 +11,6 @@
|
||||
bool rtl92e_send_cmd_pkt(struct net_device *dev, u32 type, const void *data,
|
||||
u32 len)
|
||||
{
|
||||
|
||||
bool rt_status = true;
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
u16 frag_length = 0, frag_offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user