staging: rtl8192u: fix space after ( in r819xU_cmdpkt.h
authorXenia Ragiadakou <burzalodowa@gmail.com>
Thu, 10 Oct 2013 07:43:52 +0000 (10:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:42:53 +0000 (15:42 -0700)
This patch removes prohibited space after ( in r819xU_cmdpkt.h according to
the linux kernel coding style convention.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_cmdpkt.h

index 9845e9a..7ec8df0 100644 (file)
@@ -185,7 +185,7 @@ typedef enum _rt_status{
 
 extern  u32 cmpk_message_handle_rx(struct net_device *dev,
                struct ieee80211_rx_stats *pstats);
-extern rt_status SendTxCommandPacket( struct net_device *dev,
+extern rt_status SendTxCommandPacket(struct net_device *dev,
                void *pData, u32 DataLen);