Commit e00fd8ec authored by Daniel Junho's avatar Daniel Junho Committed by Greg Kroah-Hartman

staging: rtl8192e: remove a blank line

Fix the checkpath error:
CHECK: Blank lines aren't necessary after an open brace '{'
Signed-off-by: default avatarDaniel Junho <djunho@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 08ce43b9
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
bool rtl92e_send_cmd_pkt(struct net_device *dev, u32 type, const void *data, bool rtl92e_send_cmd_pkt(struct net_device *dev, u32 type, const void *data,
u32 len) u32 len)
{ {
bool rt_status = true; bool rt_status = true;
struct r8192_priv *priv = rtllib_priv(dev); struct r8192_priv *priv = rtllib_priv(dev);
u16 frag_length = 0, frag_offset = 0; u16 frag_length = 0, frag_offset = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment