Patch "can: rx-offload: can_rx_offload_init_queue(): fix typo" has been added to the 4.19-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 4.19-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-4.19 subdirectory.

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



commit eefcc9e925b36d85a47a208c424b09bd953fb6bf
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/rx-offload.c b/drivers/net/can/rx-offload.c
index 5cf4171df1f4..3b9d4e544a89 100644
--- a/drivers/net/can/rx-offload.c
+++ b/drivers/net/can/rx-offload.c
@@ -341,7 +341,7 @@ static int can_rx_offload_init_queue(struct net_device *dev, struct can_rx_offlo
 {
 	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