X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2Fpatches-4.19%2F532-net-mvneta-correct-typo.patch;h=b6e16c54a45f242be9673c6ff4fee4e2421b94c1;hb=b6c9d2bab09068776b146962e23f1ce7f5f75f07;hp=bff7621fa4446d6ceb45b5ec7f276af161f2d88f;hpb=f4bea1b6a378fef02001cb86eebe2e51fe1c5427;p=openwrt%2Fstaging%2Fjow.git diff --git a/target/linux/mvebu/patches-4.19/532-net-mvneta-correct-typo.patch b/target/linux/mvebu/patches-4.19/532-net-mvneta-correct-typo.patch index bff7621fa4..b6e16c54a4 100644 --- a/target/linux/mvebu/patches-4.19/532-net-mvneta-correct-typo.patch +++ b/target/linux/mvebu/patches-4.19/532-net-mvneta-correct-typo.patch @@ -13,7 +13,7 @@ Signed-off-by: David S. Miller --- a/drivers/net/ethernet/marvell/mvneta.c +++ b/drivers/net/ethernet/marvell/mvneta.c -@@ -493,7 +493,7 @@ struct mvneta_port { +@@ -495,7 +495,7 @@ struct mvneta_port { #if defined(__LITTLE_ENDIAN) struct mvneta_tx_desc { u32 command; /* Options used by HW for packet transmitting.*/ @@ -22,7 +22,7 @@ Signed-off-by: David S. Miller u16 data_size; /* Data size of transmitted packet in bytes */ u32 buf_phys_addr; /* Physical addr of transmitted buffer */ u32 reserved2; /* hw_cmd - (for future use, PMT) */ -@@ -518,7 +518,7 @@ struct mvneta_rx_desc { +@@ -520,7 +520,7 @@ struct mvneta_rx_desc { #else struct mvneta_tx_desc { u16 data_size; /* Data size of transmitted packet in bytes */