diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2014-07-29 10:52:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-30 20:14:24 -0400 |
commit | b7450ca8c73c26df7092fd83a84877ef56e12b8d (patch) | |
tree | b4081a8d2374ba6c8773af3413178e210b2fcb37 | |
parent | 5849169b55e8f7139fde5a5429efcf7942dcdf17 (diff) |
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>
-rw-r--r-- | drivers/staging/bcm/Qos.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, | |||
396 | out: | 396 | out: |
397 | if (TRUE == bClassificationSucceed) { | 397 | if (TRUE == bClassificationSucceed) { |
398 | INT iMatchedSFQueueIndex = 0; | 398 | INT iMatchedSFQueueIndex = 0; |
399 | |||
399 | iMatchedSFQueueIndex = | 400 | iMatchedSFQueueIndex = |
400 | SearchSfid(Adapter, pstClassifierRule->ulSFID); | 401 | SearchSfid(Adapter, pstClassifierRule->ulSFID); |
401 | if (iMatchedSFQueueIndex >= NO_OF_QUEUES) | 402 | if (iMatchedSFQueueIndex >= NO_OF_QUEUES) |
@@ -542,6 +543,7 @@ VOID flush_all_queues(struct bcm_mini_adapter *Adapter) | |||
542 | /* down(&Adapter->data_packet_queue_lock); */ | 543 | /* down(&Adapter->data_packet_queue_lock); */ |
543 | for (iQIndex = LowPriority; iQIndex < HiPriority; iQIndex++) { | 544 | for (iQIndex = LowPriority; iQIndex < HiPriority; iQIndex++) { |
544 | struct net_device_stats *netstats = &Adapter->dev->stats; | 545 | struct net_device_stats *netstats = &Adapter->dev->stats; |
546 | |||
545 | curr_packet_info = &Adapter->PackInfo[iQIndex]; | 547 | curr_packet_info = &Adapter->PackInfo[iQIndex]; |
546 | 548 | ||
547 | spin_lock_bh(&curr_packet_info->SFQueueLock); | 549 | spin_lock_bh(&curr_packet_info->SFQueueLock); |