Commit 15d25ed7 authored by Sumera Priyadarsini's avatar Sumera Priyadarsini Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: Fix alignment to match open parenthesis



This patch fixes the file cfg80211.c to avoid
the checkpatch.pl warning:
	CHECK: Alignment should match open parenthesis

Signed-off-by: default avatarSumera Priyadarsini <sylphrenadin@gmail.com>
Link: https://lore.kernel.org/r/20200720122817.31164-1-sylphrenadin@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 809a9308
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -367,8 +367,7 @@ static int prism2_scan(struct wiphy *wiphy,
					  ie_buf,
					  ie_len,
					  (msg2.signal.data - 65536) * 100, /* Conversion to signed type */
			GFP_KERNEL
		);
					  GFP_KERNEL);

		if (!bss) {
			err = -ENOMEM;