summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/sta_info.h
diff options
context:
space:
mode:
authorMax Perepelitsyn2015-01-02 09:08:08 +0100
committerGreg Kroah-Hartman2015-01-17 23:20:25 +0100
commit0636b4603f83006166f2c8d80aaff4c157562724 (patch)
tree9e03ead01ad5196f17bea69c3657ba5932fe9e8a /drivers/staging/rtl8712/sta_info.h
parentstaging: rtl8192e: fixed a space coding style issue (diff)
downloadkernel-qcow2-linux-0636b4603f83006166f2c8d80aaff4c157562724.tar.gz
kernel-qcow2-linux-0636b4603f83006166f2c8d80aaff4c157562724.tar.xz
kernel-qcow2-linux-0636b4603f83006166f2c8d80aaff4c157562724.zip
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);