This patch removes prohibited space after ( in r819xU_cmdpkt.h according to the linux kernel coding style convention.
Signed-off-by: Xenia Ragiadakou <burzalod...@gmail.com> --- drivers/staging/rtl8192u/r819xU_cmdpkt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.h b/drivers/staging/rtl8192u/r819xU_cmdpkt.h index 9845e9a..7ec8df0 100644 --- a/drivers/staging/rtl8192u/r819xU_cmdpkt.h +++ b/drivers/staging/rtl8192u/r819xU_cmdpkt.h @@ -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); -- 1.8.3.4 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel