ethtool: pse-pd: Fix double word in comments

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2175237

commit 7ec077744aade63729d58c2d26861c3147a4d8aa
Author: Bo Liu <liubo03@inspur.com>
Date:   Tue Feb 21 03:30:36 2023 -0500

    ethtool: pse-pd: Fix double word in comments

    Remove the repeated word "for" in comments.

    Signed-off-by: Bo Liu <liubo03@inspur.com>
    Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
    Link: https://lore.kernel.org/r/20230221083036.2414-1-liubo03@inspur.com
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
This commit is contained in:
Ivan Vecera 2023-03-10 12:27:53 +01:00
parent 38a6c1d728
commit 67dc43c40d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
//
// ethtool interface for for Ethernet PSE (Power Sourcing Equipment)
// ethtool interface for Ethernet PSE (Power Sourcing Equipment)
// and PD (Powered Device)
//
// Copyright (c) 2022 Pengutronix, Oleksij Rempel <kernel@pengutronix.de>