Patch "can: rx-offload: can_rx_offload_init_queue(): fix typo" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    can: rx-offload: can_rx_offload_init_queue(): fix typo

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     can-rx-offload-can_rx_offload_init_queue-fix-typo.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 7cd0eb7815455bd37b0d559d76a98e8ad03200b5
Author: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
Date:   Wed Aug 10 21:38:00 2022 +0200

    can: rx-offload: can_rx_offload_init_queue(): fix typo
    
    [ Upstream commit 766108d91246530d31b42765046f7ec2d1e42581 ]
    
    Fix typo "rounted" -> "rounded".
    
    Link: https://lore.kernel.org/all/20220811093617.1861938-2-mkl@xxxxxxxxxxxxxx
    Fixes: d254586c3453 ("can: rx-offload: Add support for HW fifo based irq offloading")
    Reported-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
    Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/can/dev/rx-offload.c b/drivers/net/can/dev/rx-offload.c
index 6e95193b215b..cee6ceae2158 100644
--- a/drivers/net/can/dev/rx-offload.c
+++ b/drivers/net/can/dev/rx-offload.c
@@ -307,7 +307,7 @@ static int can_rx_offload_init_queue(struct net_device *dev,
 {
 	offload->dev = dev;
 
-	/* Limit queue len to 4x the weight (rounted to next power of two) */
+	/* Limit queue len to 4x the weight (rounded to next power of two) */
 	offload->skb_queue_len_max = 2 << fls(weight);
 	offload->skb_queue_len_max *= 4;
 	skb_queue_head_init(&offload->skb_queue);



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux