Skip to content

Commit bb40aca

Browse files
Wei Yongjundavem330
authored andcommitted
vmxnet3: fix non static symbol warning
Fixes the following sparse warning: drivers/net/vmxnet3/vmxnet3_drv.c:1645:1: warning: symbol 'vmxnet3_rq_destroy_all_rxdataring' was not declared. Should it be static? Signed-off-by: Wei Yongjun <[email protected]> Signed-off-by: Shrikrishna Khare <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0e87203 commit bb40aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/vmxnet3/vmxnet3_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ static void vmxnet3_rq_destroy(struct vmxnet3_rx_queue *rq,
16391639
}
16401640
}
16411641

1642-
void
1642+
static void
16431643
vmxnet3_rq_destroy_all_rxdataring(struct vmxnet3_adapter *adapter)
16441644
{
16451645
int i;

0 commit comments

Comments
 (0)