Re: [PATCH net-next 1/1] forcedeth: remove duplicate structure member in xmit

2017-12-19 Thread David Miller
From: Zhu Yanjun Date: Sat, 16 Dec 2017 04:31:03 -0500 > Since both first_tx_ctx and tx_skb are the head of tx ctx, it not > necessary to use two structure members to statically indicate > the head of tx ctx. So first_tx_ctx is removed. > > CC: Srinivas Eeda > CC: Joe Jin > CC: Junxiao Bi > S

[PATCH net-next 1/1] forcedeth: remove duplicate structure member in xmit

2017-12-16 Thread Zhu Yanjun
Since both first_tx_ctx and tx_skb are the head of tx ctx, it not necessary to use two structure members to statically indicate the head of tx ctx. So first_tx_ctx is removed. CC: Srinivas Eeda CC: Joe Jin CC: Junxiao Bi Signed-off-by: Zhu Yanjun --- drivers/net/ethernet/nvidia/forcedeth.c |