mirror of https://gitee.com/openkylin/linux.git
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:
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue