Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8192u: ieee80211: ieee80211_tx.c: Adjust space around else.

Fix the spacce around else.
Issue found by checkpatch.pl

ERROR: spaces required before that open brace '{'
ERROR: spaces required before that close brace '}'

Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sanjana Sanikommu and committed by
Greg Kroah-Hartman
e655d23d c0fb0459

+1 -1
+1 -1
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
··· 851 851 else 852 852 ieee->seq_ctrl[0]++; 853 853 } 854 - }else{ 854 + } else { 855 855 if (unlikely(skb->len < sizeof(struct rtl_80211_hdr_3addr))) { 856 856 printk(KERN_WARNING "%s: skb too small (%d).\n", 857 857 ieee->dev->name, skb->len);