Message ID | 20231122051143.3660780-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | net: rswitch: Fix issues in rswitch_start_xmit() | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 22 Nov 2023 14:11:40 +0900 you wrote: > This patch series is based on the latest net.git / main branch. > > Changes from v2: > https://lore.kernel.org/all/20231122012556.3645840-1-yoshihiro.shimoda.uh@renesas.com/ > - Keep reverse christmas tree of local variable declarations in patch 1/3. > > Changes from v1: > https://lore.kernel.org/all/20231121055255.3627949-1-yoshihiro.shimoda.uh@renesas.com/ > - Separate a patch because fixing 2 issues. > - Add fixing wrong type of return value. > - Use goto for improving code readability. > > [...] Here is the summary with links: - [net,v3,1/3] net: rswitch: Fix type of ret in rswitch_start_xmit() https://git.kernel.org/netdev/net/c/109b25d13e00 - [net,v3,2/3] net: rswitch: Fix return value in rswitch_start_xmit() https://git.kernel.org/netdev/net/c/1aaef8634a20 - [net,v3,3/3] net: rswitch: Fix missing dev_kfree_skb_any() in error path https://git.kernel.org/netdev/net/c/782486af9b5b You are awesome, thank you!