realtek: Drop repeated words in comments

The repeated words don't make any sense in these comments/sentences and can
just be dropped.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Sven Eckelmann 2025-11-23 17:00:04 +01:00 committed by Hauke Mehrtens
parent f29c597324
commit 281c90cb1b
3 changed files with 3 additions and 3 deletions

View 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.
*/

View 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
*/

View 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
*/