]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Staging: rtl8188eu: Fix warning of spaces at the start of a line.
authorElena Oat <oat.elena@gmail.com>
Thu, 6 Mar 2014 07:35:34 +0000 (09:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 22:47:03 +0000 (14:47 -0800)
This patch fixes the warning of "please, no spaces at the start of a
line" in file rtw_cmd.c.

Signed-off-by: Elena Oat <oat.elena@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c

index 8406aa790f2112381597ac056935d5612e1a37b7..390406623ef041325b6a6b7ab6e50f52535c13ff 100644 (file)
@@ -1259,7 +1259,7 @@ exit:
 
 
        return res;
- }
+}
 
 u8 rtw_addbareq_cmd(struct adapter *padapter, u8 tid, u8 *addr)
 {