net: ethernet: renesas: rcar_gen4_ptp: Remove incorrect comment
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Tue, 21 Nov 2023 15:53:02 +0000 (16:53 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 23 Nov 2023 11:02:49 +0000 (12:02 +0100)
The comments intent was to indicates which function uses the enum. While
upstreaming rcar_gen4_ptp the function was renamed but this comment was
left with the old function name.

Instead of correcting the comment remove it, it adds little value.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/renesas/rcar_gen4_ptp.h

index b1bbea8d3a52e645ff66922b35629534787b0f55..9f148110df668122ea3fa9ece5acff314b84f194 100644 (file)
@@ -13,7 +13,6 @@
 #define RCAR_GEN4_PTP_CLOCK_S4         PTPTIVC_INIT
 #define RCAR_GEN4_GPTP_OFFSET_S4       0x00018000
 
-/* for rcar_gen4_ptp_init */
 enum rcar_gen4_ptp_reg_layout {
        RCAR_GEN4_PTP_REG_LAYOUT_S4
 };