Skip to content

Commit

Permalink
Staging: csr: fix pointer(asterisk) position coding style issue in sm…
Browse files Browse the repository at this point in the history
…e_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>
  • Loading branch information
Sunhee Hwang authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent cf174b0 commit ae485c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/csr/sme_userspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit ae485c2

Please sign in to comment.