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>
This commit is contained in:
parent
5849169b55
commit
b7450ca8c7
1 changed files with 2 additions and 0 deletions
|
@ -396,6 +396,7 @@ static USHORT IpVersion4(struct bcm_mini_adapter *Adapter,
|
||||||
out:
|
out:
|
||||||
if (TRUE == bClassificationSucceed) {
|
if (TRUE == bClassificationSucceed) {
|
||||||
INT iMatchedSFQueueIndex = 0;
|
INT iMatchedSFQueueIndex = 0;
|
||||||
|
|
||||||
iMatchedSFQueueIndex =
|
iMatchedSFQueueIndex =
|
||||||
SearchSfid(Adapter, pstClassifierRule->ulSFID);
|
SearchSfid(Adapter, pstClassifierRule->ulSFID);
|
||||||
if (iMatchedSFQueueIndex >= NO_OF_QUEUES)
|
if (iMatchedSFQueueIndex >= NO_OF_QUEUES)
|
||||||
|
@ -542,6 +543,7 @@ VOID flush_all_queues(struct bcm_mini_adapter *Adapter)
|
||||||
/* down(&Adapter->data_packet_queue_lock); */
|
/* down(&Adapter->data_packet_queue_lock); */
|
||||||
for (iQIndex = LowPriority; iQIndex < HiPriority; iQIndex++) {
|
for (iQIndex = LowPriority; iQIndex < HiPriority; iQIndex++) {
|
||||||
struct net_device_stats *netstats = &Adapter->dev->stats;
|
struct net_device_stats *netstats = &Adapter->dev->stats;
|
||||||
|
|
||||||
curr_packet_info = &Adapter->PackInfo[iQIndex];
|
curr_packet_info = &Adapter->PackInfo[iQIndex];
|
||||||
|
|
||||||
spin_lock_bh(&curr_packet_info->SFQueueLock);
|
spin_lock_bh(&curr_packet_info->SFQueueLock);
|
||||||
|
|
Loading…
Add table
Reference in a new issue