summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/sta_info.h
diff options
context:
space:
mode:
authorPrzemo Firszt2012-12-11 00:21:19 +0100
committerGreg Kroah-Hartman2013-01-12 01:39:11 +0100
commitc07f972105a19104f56e82fab6c65c364d9f33b8 (patch)
tree7406103936672b287c638f8d69600b7abd85738b /drivers/staging/rtl8712/sta_info.h
parentstaging: rtl8192u: fixed coding style issues in r8192U_core.c (diff)
downloadkernel-qcow2-linux-c07f972105a19104f56e82fab6c65c364d9f33b8.tar.gz
kernel-qcow2-linux-c07f972105a19104f56e82fab6c65c364d9f33b8.tar.xz
kernel-qcow2-linux-c07f972105a19104f56e82fab6c65c364d9f33b8.zip
rtl8712: code clean up
Clean some trivial formating problems in rtl8712 from staging tree. This patch also changes the way preprocessor macros are defined to keep checkpatch.pl quiet. Signed-off-by: Przemo Firszt <przemo@firszt.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/sta_info.h')
-rw-r--r--drivers/staging/rtl8712/sta_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/sta_info.h b/drivers/staging/rtl8712/sta_info.h
index f8016e9abffd..c4e0ef2f52c6 100644
--- a/drivers/staging/rtl8712/sta_info.h
+++ b/drivers/staging/rtl8712/sta_info.h
@@ -140,7 +140,7 @@ void r8712_free_all_stainfo(struct _adapter *padapter);
struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
void r8712_init_bcmc_stainfo(struct _adapter *padapter);
struct sta_info *r8712_get_bcmc_stainfo(struct _adapter *padapter);
-u8 r8712_access_ctrl(struct wlan_acl_pool *pacl_list, u8 * mac_addr);
+u8 r8712_access_ctrl(struct wlan_acl_pool *pacl_list, u8 *mac_addr);
#endif /* _STA_INFO_H_ */