summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/sta_info.h
diff options
context:
space:
mode:
authorMax Perepelitsyn <mperepelitsyn@gmail.com>2015-01-02 14:08:08 +0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 14:20:25 -0800
commit0636b4603f83006166f2c8d80aaff4c157562724 (patch)
tree9e03ead01ad5196f17bea69c3657ba5932fe9e8a /drivers/staging/rtl8712/sta_info.h
parent31f1c464bd6e09a75c53efb13fc28b514d7be345 (diff)
staging: rtl8712: remove spaces before commas
checkpatch.pl fix for ERROR: space prohibited before that ',' (ctx:WxE) Signed-off-by: Max Perepelitsyn <mperepelitsyn@gmail.com> 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 c4e0ef2f52c6..742dfa0ca817 100644
--- a/drivers/staging/rtl8712/sta_info.h
+++ b/drivers/staging/rtl8712/sta_info.h
@@ -135,7 +135,7 @@ u32 _r8712_init_sta_priv(struct sta_priv *pstapriv);
u32 _r8712_free_sta_priv(struct sta_priv *pstapriv);
struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv,
u8 *hwaddr);
-void r8712_free_stainfo(struct _adapter *padapter , struct sta_info *psta);
+void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta);
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);