]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 18 Jun 2025 12:00:07 +0000 (14:00 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 22:27:53 +0000 (15:27 -0700)
commite222c08f9669d7318a4c466c7ccc09c71f3b5a9a
treeb7756dc30c686663403a8130225039c5f2785533
parenta4addc337745b427947b141f428c6d3655fd4ee9
net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()

There are the functions fec_enet_rx_queue() and fec_enet_tx_queue(),
one for handling the RX queue the other one handles the TX queue.

However they don't have the same signature. Align fec_enet_rx_queue()
argument order with fec_enet_tx_queue() to make code more readable.

Reviewed-by: Wei Fang <wei.fang@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://patch.msgid.link/20250618-fec-cleanups-v4-7-c16f9a1af124@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/fec_main.c