Staging: bcm: Transmit.c: Removed obvious comment
authorMatthias Beyer <mail@beyermatthias.de>
Sat, 12 Jul 2014 09:36:25 +0000 (11:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 20:21:45 +0000 (13:21 -0700)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Transmit.c

index 3dd3603edc8cc1329499b81f514ecbf1114b7ae0..05fae925cffba3829b88c0b69ad5fb21028a67b8 100644 (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;
 
This page took 0.025985 seconds and 5 git commands to generate.