From: Matthias Beyer <mail@beyermatthias.de>
Date: Tue, 29 Jul 2014 14:52:36 +0000 (+0200)
Subject: Staging: bcm: Qos.c: checkpatch.pl fix: Added blank lines after declarations
X-Git-Tag: firefly_0821_release~176^2~3491^2~52
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b7450ca8c73c26df7092fd83a84877ef56e12b8d;p=firefly-linux-kernel-4.4.55.git

Staging: bcm: Qos.c: checkpatch.pl fix: Added blank lines after declarations

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/bcm/Qos.c b/drivers/staging/bcm/Qos.c
index f8eb3fe1acbe..80c5c65b452f 100644
--- a/drivers/staging/bcm/Qos.c
+++ b/drivers/staging/bcm/Qos.c
@@ -396,6 +396,7 @@ static USHORT	IpVersion4(struct bcm_mini_adapter *Adapter,
 out:
 	if (TRUE == bClassificationSucceed) {
 		INT iMatchedSFQueueIndex = 0;
+
 		iMatchedSFQueueIndex =
 			SearchSfid(Adapter, pstClassifierRule->ulSFID);
 		if (iMatchedSFQueueIndex >= NO_OF_QUEUES)
@@ -542,6 +543,7 @@ VOID flush_all_queues(struct bcm_mini_adapter *Adapter)
 	/* down(&Adapter->data_packet_queue_lock); */
 	for (iQIndex = LowPriority; iQIndex < HiPriority; iQIndex++) {
 		struct net_device_stats *netstats = &Adapter->dev->stats;
+
 		curr_packet_info = &Adapter->PackInfo[iQIndex];
 
 		spin_lock_bh(&curr_packet_info->SFQueueLock);