Searched hist:"0 e0cc31f6999df18bb5cfd0bd83c892ed5633975" (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.h | diff 0e0cc31f6999df18bb5cfd0bd83c892ed5633975 Wed Sep 19 13:21:32 CEST 2018 YueHaibing <yuehaibing@huawei.com> net: sun: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type, but the implementation in this driver returns an 'int'.
Found by coccinelle.
Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ldmvsw.c | diff 0e0cc31f6999df18bb5cfd0bd83c892ed5633975 Wed Sep 19 13:21:32 CEST 2018 YueHaibing <yuehaibing@huawei.com> net: sun: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type, but the implementation in this driver returns an 'int'.
Found by coccinelle.
Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sunvnet_common.c | diff 0e0cc31f6999df18bb5cfd0bd83c892ed5633975 Wed Sep 19 13:21:32 CEST 2018 YueHaibing <yuehaibing@huawei.com> net: sun: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type, but the implementation in this driver returns an 'int'.
Found by coccinelle.
Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sunqe.c | diff 0e0cc31f6999df18bb5cfd0bd83c892ed5633975 Wed Sep 19 13:21:32 CEST 2018 YueHaibing <yuehaibing@huawei.com> net: sun: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type, but the implementation in this driver returns an 'int'.
Found by coccinelle.
Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sunbmac.c | diff 0e0cc31f6999df18bb5cfd0bd83c892ed5633975 Wed Sep 19 13:21:32 CEST 2018 YueHaibing <yuehaibing@huawei.com> net: sun: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type, but the implementation in this driver returns an 'int'.
Found by coccinelle.
Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sunvnet.c | diff 0e0cc31f6999df18bb5cfd0bd83c892ed5633975 Wed Sep 19 13:21:32 CEST 2018 YueHaibing <yuehaibing@huawei.com> net: sun: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type, but the implementation in this driver returns an 'int'.
Found by coccinelle.
Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|