From: Teodora Baluta Date: Mon, 21 Oct 2013 23:37:15 +0000 (+0300) Subject: staging: rtl8187se: open brace following function declarations go on the next line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9c1822d7380bf284bc608c1b769ff2318cffff7c;p=deliverable%2Flinux.git 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 Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- 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;