aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
diff options
context:
space:
mode:
authorTeodora Baluta <teobaluta@gmail.com>2013-10-22 02:37:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-28 14:17:55 -0700
commit9c1822d7380bf284bc608c1b769ff2318cffff7c (patch)
treea1d49309a2e75bb50311188448ead41c8f9c1aa0 /drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
parentstaging: rtl8187se: fix checkpatch space and tab warnings (diff)
downloadlinux-dev-9c1822d7380bf284bc608c1b769ff2318cffff7c.tar.xz
linux-dev-9c1822d7380bf284bc608c1b769ff2318cffff7c.zip
staging: rtl8187se: open brace following function declarations go on the next line
This patch fixes the following checkpatch error: staging/rtl8187se/ieee80211/ieee80211_tx.c:232: ERROR: open brace '{' following function declarations go on the next line Signed-off-by: Teodora Baluta <teobaluta@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c')
-rw-r--r--drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
index 655e27bb699c..362673c683f0 100644
--- a/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
+++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
@@ -228,7 +228,8 @@ int ieee80211_encrypt_fragment(
}
-void ieee80211_txb_free(struct ieee80211_txb *txb) {
+void ieee80211_txb_free(struct ieee80211_txb *txb)
+{
int i;
if (unlikely(!txb))
return;