diff options
| author | Sven Eckelmann | 2025-11-23 16:00:04 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-24 23:28:50 +0000 |
| commit | 281c90cb1b728df1282431ef9fc79abd0b62afa5 (patch) | |
| tree | d30a6724073a18fe97d3e2d62a2418daaad5c078 | |
| parent | f29c597324506ed49d26ff8dbc51ddf0115a8304 (diff) | |
| download | openwrt-281c90cb1b728df1282431ef9fc79abd0b62afa5.tar.gz | |
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>
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c index bef470c630..90a7d5dc65 100644 --- a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c +++ b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c @@ -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. */ diff --git a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c index 3b6f4379c6..1e331cb874 100644 --- a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c +++ b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c @@ -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 */ diff --git a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c index 595a78ddda..8bcbb3be8c 100644 --- a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c +++ b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c @@ -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 */ |