Browse Source

Staging: bcm: Transmit.c: Removed obvious comment

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Matthias Beyer 11 years ago
parent
commit
2349c05a61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/bcm/Transmit.c

+ 1 - 1
drivers/staging/bcm/Transmit.c

@@ -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;