Commit 138bdc6d authored by Tapan Prakash T's avatar Tapan Prakash T Committed by Greg Kroah-Hartman
Browse files

drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close brace



Fixed checkpatch.pl issue 'Blank lines aren't necessary before a close
brace'

Signed-off-by: default avatarTapan Prakash T <tapanprakasht@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3d152862
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1829,7 +1829,6 @@ static inline void rtllib_extract_country_ie(
		if (IS_EQUAL_CIE_SRC(ieee, addr2))
			UPDATE_CIE_WATCHDOG(ieee);
	}

}

static void rtllib_parse_mife_generic(struct rtllib_device *ieee,
@@ -1902,7 +1901,6 @@ static void rtllib_parse_mife_generic(struct rtllib_device *ieee,
				       info_element->data,
				       network->bssht.bdHTInfoLen);
			}

		}
	}