Staging: bcm: Qos.c: checkpatch.pl fix: Added blank lines after declarations
authorMatthias Beyer <mail@beyermatthias.de>
Tue, 29 Jul 2014 14:52:36 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jul 2014 00:14:24 +0000 (17:14 -0700)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Qos.c

index f8eb3fe1acbe35ac8a59c06caa5013414c76ea6f..80c5c65b452f286710054ae907d151de1b7d202e 100644 (file)
@@ -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);
This page took 0.02474 seconds and 5 git commands to generate.