mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
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:
committed by
Greg Kroah-Hartman
parent
358ed017c7
commit
2349c05a61
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user