Staging: csr: fix pointer(asterisk) position coding style issue in sme_userspace.h
This is a patch in the sme_userspace.h that fixes up a pointer(asterisk) position warning found by checkpatch.pl tool Signed-off-by: Sunhee Hwang <sunheehwang821@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cf174b0ef5
commit
ae485c27c7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ int uf_sme_queue_message(unifi_priv_t *priv, u8 *buffer, int length);
|
|||
#include "csr_wifi_sme_lib.h"
|
||||
|
||||
void CsrWifiRouterTransportInit(unifi_priv_t *priv);
|
||||
void CsrWifiRouterTransportRecv(unifi_priv_t *priv, u8* buffer, size_t bufferLength);
|
||||
void CsrWifiRouterTransportRecv(unifi_priv_t *priv, u8 *buffer, size_t bufferLength);
|
||||
void CsrWifiRouterTransportDeInit(unifi_priv_t *priv);
|
||||
|
||||
#endif /* __LINUX_SME_USERSPACE_H__ */
|
||||
|
|
Loading…
Reference in a new issue