drivers/net/can/bxcan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fix the spelling error of "assign".
Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
drivers/net/can/bxcan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/can/bxcan.c b/drivers/net/can/bxcan.c
index 0b579e7bb3b6..baf494d20bef 100644
--- a/drivers/net/can/bxcan.c
+++ b/drivers/net/can/bxcan.c
@@ -227,7 +227,7 @@ static void bxcan_enable_filters(struct bxcan_priv *priv, enum bxcan_cfg cfg)
* mask mode with 32 bits width.
*/
- /* Enter filter initialization mode and assing filters to CAN
+ /* Enter filter initialization mode and assign filters to CAN
* controllers.
*/
regmap_update_bits(priv->gcan, BXCAN_FMR_REG,
--
2.43.7
On 03.11.2025 15:40:09, Chu Guangqing wrote: > Fix the spelling error of "assign". > > Signed-off-by: Chu Guangqing <chuguangqing@inspur.com> Applied to linux-can-next. Thanks, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung Nürnberg | Phone: +49-5121-206917-129 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
On Mon, Nov 3, 2025 at 8:42 AM Chu Guangqing <chuguangqing@inspur.com> wrote: > > Fix the spelling error of "assign". > > Signed-off-by: Chu Guangqing <chuguangqing@inspur.com> > --- > drivers/net/can/bxcan.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/can/bxcan.c b/drivers/net/can/bxcan.c > index 0b579e7bb3b6..baf494d20bef 100644 > --- a/drivers/net/can/bxcan.c > +++ b/drivers/net/can/bxcan.c > @@ -227,7 +227,7 @@ static void bxcan_enable_filters(struct bxcan_priv *priv, enum bxcan_cfg cfg) > * mask mode with 32 bits width. > */ > > - /* Enter filter initialization mode and assing filters to CAN > + /* Enter filter initialization mode and assign filters to CAN > * controllers. > */ > regmap_update_bits(priv->gcan, BXCAN_FMR_REG, > -- > 2.43.7 > Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> -- Dario Binacchi Senior Embedded Linux Developer dario.binacchi@amarulasolutions.com __________________________________ Amarula Solutions SRL Via Le Canevare 30, 31100 Treviso, Veneto, IT T. +39 042 243 5310 info@amarulasolutions.com www.amarulasolutions.com
© 2016 - 2026 Red Hat, Inc.