Staging: bcm: Transmit.c: Removed obvious comment

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Matthias Beyer 2014-07-12 11:36:25 +02:00 committed by Greg Kroah-Hartman
parent 358ed017c7
commit 2349c05a61

View file

@ -200,7 +200,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)
{
int status = 0;