drivers: staging: rtl8723au: Fix "'foo * bar' should be 'foo *bar'" errors
[firefly-linux-kernel-4.4.55.git] / drivers / staging / rtl8723au / include / rtl8723a_recv.h
index 0177bbc1c1cf9a9758cbf3407785495da36e2035..875d37b3b94c1e063682943ccf6243b97a6a1536 100644 (file)
@@ -56,8 +56,8 @@ struct interrupt_msg_format {
        unsigned int  MSG_EX;
 };
 
-int rtl8723au_init_recv_priv(struct rtw_adapter * padapter);
-void rtl8723au_free_recv_priv(struct rtw_adapter * padapter);
+int rtl8723au_init_recv_priv(struct rtw_adapter *padapter);
+void rtl8723au_free_recv_priv(struct rtw_adapter *padapter);
 void rtl8723a_process_phy_info(struct rtw_adapter *padapter, void *prframe);
 void update_recvframe_attrib(struct recv_frame *precvframe, struct recv_stat *prxstat);
 void update_recvframe_phyinfo(struct recv_frame *precvframe, struct phy_stat *pphy_info);