Message ID | 20210316145512.2152374-1-ciorneiioana@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | dpaa2-switch: small cleanup | expand |
On Tue, 16 Mar 2021 16:55:07 +0200 Ioana Ciornei wrote: > From: Ioana Ciornei <ioana.ciornei@nxp.com> > > This patch set addresses various low-hanging issues in both dpaa2-switch > and dpaa2-eth drivers. > Unused ABI functions are removed from dpaa2-switch, all the kernel-doc > warnings are fixed up in both drivers and the coding style for the > remaining ABIs is fixed-up a bit. Acked-by: Jakub Kicinski <kuba@kernel.org>
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Mar 2021 16:55:07 +0200 you wrote: > From: Ioana Ciornei <ioana.ciornei@nxp.com> > > This patch set addresses various low-hanging issues in both dpaa2-switch > and dpaa2-eth drivers. > Unused ABI functions are removed from dpaa2-switch, all the kernel-doc > warnings are fixed up in both drivers and the coding style for the > remaining ABIs is fixed-up a bit. > > [...] Here is the summary with links: - [net-next,1/5] dpaa2-switch: remove unused ABI functions https://git.kernel.org/netdev/net-next/c/cba0445633bc - [net-next,2/5] dpaa2-switch: fix kdoc warnings https://git.kernel.org/netdev/net-next/c/05b363608b5b - [net-next,3/5] dpaa2-switch: reduce the size of the if_id bitmap to 64 bits https://git.kernel.org/netdev/net-next/c/2b7e3f7d1b7e - [net-next,4/5] dpaa2-switch: fit the function declaration on the same line https://git.kernel.org/netdev/net-next/c/5ac2d254382c - [net-next,5/5] dpaa2-eth: fixup kdoc warnings https://git.kernel.org/netdev/net-next/c/4fe72de61ec8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Ioana Ciornei <ioana.ciornei@nxp.com> This patch set addresses various low-hanging issues in both dpaa2-switch and dpaa2-eth drivers. Unused ABI functions are removed from dpaa2-switch, all the kernel-doc warnings are fixed up in both drivers and the coding style for the remaining ABIs is fixed-up a bit. Ioana Ciornei (5): dpaa2-switch: remove unused ABI functions dpaa2-switch: fix kdoc warnings dpaa2-switch: reduce the size of the if_id bitmap to 64 bits dpaa2-switch: fit the function declaration on the same line dpaa2-eth: fixup kdoc warnings drivers/net/ethernet/freescale/dpaa2/dpkg.h | 5 +- drivers/net/ethernet/freescale/dpaa2/dpmac.h | 24 +- drivers/net/ethernet/freescale/dpaa2/dpni.c | 6 + drivers/net/ethernet/freescale/dpaa2/dpni.h | 162 +++++----- drivers/net/ethernet/freescale/dpaa2/dprtc.h | 3 - .../net/ethernet/freescale/dpaa2/dpsw-cmd.h | 11 +- drivers/net/ethernet/freescale/dpaa2/dpsw.c | 281 ++++-------------- drivers/net/ethernet/freescale/dpaa2/dpsw.h | 265 +++++------------ 8 files changed, 217 insertions(+), 540 deletions(-)