Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22976bc3 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Fix all white space issues in Transmit.c



This patch fixes all white space issues
as reported by checkpatch.pl.

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5d6f5054
Loading
Loading
Loading
Loading
+56 −60
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ SendPacketFromQueue->SetupNextSend->bcm_cmd53

#include "headers.h"


/**
@ingroup ctrl_pkt_functions
This function dispatches control packet to the h/w interface
@@ -175,7 +174,6 @@ INT SetupNextSend(struct bcm_mini_adapter *Adapter, struct sk_buff *Packet, USH
	atomic_dec(&Adapter->CurrNumFreeTxDesc);

errExit:

	dev_kfree_skb(Packet);
	return status;
}
@@ -191,8 +189,7 @@ static int tx_pending(struct bcm_mini_adapter *Adapter)
@ingroup tx_functions
Transmit thread
*/
int tx_pkt_handler(struct bcm_mini_adapter *Adapter  /**< pointer to adapter object*/
				)
int tx_pkt_handler(struct bcm_mini_adapter *Adapter /**< pointer to adapter object*/)
{
	int status = 0;

@@ -250,7 +247,6 @@ int tx_pkt_handler(struct bcm_mini_adapter *Adapter /**< pointer to adapter obj
		}

		transmit_packets(Adapter);

		atomic_set(&Adapter->TxPktAvail, 0);
	}