]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'rswitch-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 Nov 2023 01:52:36 +0000 (01:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Nov 2023 01:52:36 +0000 (01:52 +0000)
commitc9213ddad2bdb43ef17d86f07ad6c45ca2b4acd5
treea9b614fec5dde91e73a8b571faa09c8727c716c5
parentd3fa86b1a7b4cdc4367acacea16b72e0a200b3d7
parent782486af9b5b76493012711413c141509ac45dec
Merge branch 'rswitch-fixes'

Yoshihiro Shimoda says:

====================
net: rswitch: Fix issues in rswitch_start_xmit()

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>