]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: fec: struct fec_enet_private: remove obsolete comment
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 18 Jun 2025 12:00:02 +0000 (14:00 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 22:27:52 +0000 (15:27 -0700)
In commit 4d494cdc92b3 ("net: fec: change data structure to support
multiqueue") the data structures were changed, so that the comment about
the sent-in-place skb doesn't apply any more. Remove it.

Reviewed-by: Wei Fang <wei.fang@nxp.com>
Reviewed-by: Frank Li <Frank.Li@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-2-c16f9a1af124@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/fec.h

index 3cce9bba5dee7abcd4a7c85b445fbd310f85dd65..ce1e4fe4d4924da2bc8e7ec2088d0d78f73def78 100644 (file)
@@ -614,7 +614,6 @@ struct fec_enet_private {
        unsigned int num_tx_queues;
        unsigned int num_rx_queues;
 
-       /* The saved address of a sent-in-place packet/buffer, for skfree(). */
        struct fec_enet_priv_tx_q *tx_queue[FEC_ENET_MAX_TX_QS];
        struct fec_enet_priv_rx_q *rx_queue[FEC_ENET_MAX_RX_QS];