From: Ioana Ciornei <[email protected]> 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(-) -- 2.30.0
