realtek: Drop repeated words in comments
authorSven Eckelmann <[email protected]>
Sun, 23 Nov 2025 16:00:04 +0000 (17:00 +0100)
committerHauke Mehrtens <[email protected]>
Mon, 24 Nov 2025 23:28:50 +0000 (00:28 +0100)
The repeated words don't make any sense in these comments/sentences and can
just be dropped.

Signed-off-by: Sven Eckelmann <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c

index bef470c6309d22f89ecffbc4c2f12b8cc7dcf190..90a7d5dc656d9f5197274ea2c04653309455866f 100644 (file)
@@ -1624,7 +1624,7 @@ static int __init rtl83xx_sw_probe(struct platform_device *pdev)
        priv->fib_nb.notifier_call = rtl83xx_fib_event;
 
        /* Register Forwarding Information Base notifier to offload routes where
-        * where possible
+        * possible
         * Only FIBs pointing to our own netdevs are programmed into
         * the device, so no need to pass a callback.
         */
index 3b6f4379c6c71eb9bd95b29e7bf9e7f1d6dc7d51..1e331cb874aa755702939ad2ae8a15d0aafab600 100644 (file)
@@ -1892,7 +1892,7 @@ static bool rtl930x_pie_templ_has(int t, enum template_field_id field_type)
        return false;
 }
 
-/* Verify that the rule pr is compatible with a given template t in block block
+/* Verify that the rule pr is compatible with a given template t in block
  * Note that this function is SoC specific since the values of e.g. TEMPLATE_FIELD_SIP0
  * depend on the SoC
  */
index 595a78dddaa6fa83deab44f24770eacfccbc1ca1..8bcbb3be8c7c677d85ca19f2f69da360aba2c48e 100644 (file)
@@ -1271,7 +1271,7 @@ static bool rtl931x_pie_templ_has(int t, enum template_field_id field_type)
        return false;
 }
 
-/* Verify that the rule pr is compatible with a given template t in block block
+/* Verify that the rule pr is compatible with a given template t in block
  * Note that this function is SoC specific since the values of e.g. TEMPLATE_FIELD_SIP0
  * depend on the SoC
  */