diff mbox series

[net-next,01/23] can: rx-offload: can_rx_offload_init_queue(): fix typo

Message ID 20220915082013.369072-2-mkl@pengutronix.de (mailing list archive)
State Accepted
Commit 766108d91246530d31b42765046f7ec2d1e42581
Delegated to: Netdev Maintainers
Headers show
Series [net-next,01/23] can: rx-offload: can_rx_offload_init_queue(): fix typo | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next, async
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Pull request is its own cover letter
netdev/patch_count warning Series longer than 15 patches
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers fail 1 blamed authors not CCed: david@protonic.nl; 6 maintainers not CCed: edumazet@google.com pabeni@redhat.com wg@grandegger.com stefan.maetje@esd.eu david@protonic.nl mailhol.vincent@wanadoo.fr
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Marc Kleine-Budde Sept. 15, 2022, 8:19 a.m. UTC
Fix typo "rounted" -> "rounded".

Link: https://lore.kernel.org/all/20220811093617.1861938-2-mkl@pengutronix.de
Fixes: d254586c3453 ("can: rx-offload: Add support for HW fifo based irq offloading")
Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 drivers/net/can/dev/rx-offload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 96efd6d01461be234bfc4ca1048a3d5febf0c425

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 17, 2022, 7:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Marc Kleine-Budde <mkl@pengutronix.de>:

On Thu, 15 Sep 2022 10:19:51 +0200 you wrote:
> Fix typo "rounted" -> "rounded".
> 
> Link: https://lore.kernel.org/all/20220811093617.1861938-2-mkl@pengutronix.de
> Fixes: d254586c3453 ("can: rx-offload: Add support for HW fifo based irq offloading")
> Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next,01/23] can: rx-offload: can_rx_offload_init_queue(): fix typo
    https://git.kernel.org/netdev/net-next/c/766108d91246
  - [net-next,02/23] can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*
    https://git.kernel.org/netdev/net-next/c/d945346db1ef
  - [net-next,03/23] can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPROBE_DEFER
    https://git.kernel.org/netdev/net-next/c/ddbbed25309f
  - [net-next,04/23] can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one element
    https://git.kernel.org/netdev/net-next/c/00784da3e6b8
  - [net-next,05/23] dt-bindings: can: nxp,sja1000: Document RZ/N1 power-domains support
    https://git.kernel.org/netdev/net-next/c/f4dda24432d7
  - [net-next,06/23] can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller
    https://git.kernel.org/netdev/net-next/c/0838921bb409
  - [net-next,07/23] can: sja1000: remove redundant variable ret
    https://git.kernel.org/netdev/net-next/c/3a71eba64c9c
  - [net-next,08/23] can: kvaser_pciefd: remove redundant variable ret
    https://git.kernel.org/netdev/net-next/c/7912fc9905ff
  - [net-next,09/23] can: gs_usb: use common spelling of GS_USB in macros
    https://git.kernel.org/netdev/net-next/c/49c007b9ecea
  - [net-next,10/23] can: gs_usb: add RX and TX hardware timestamp support
    https://git.kernel.org/netdev/net-next/c/45dfa45f52e6
  - [net-next,11/23] can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
    https://git.kernel.org/netdev/net-next/c/6fc5d84e6d85
  - [net-next,12/23] dt-bindings: net: can: nxp,sja1000: drop ref from reg-io-width
    https://git.kernel.org/netdev/net-next/c/2a50db2656e0
  - [net-next,13/23] docs: networking: device drivers: flexcan: fix invalid email
    https://git.kernel.org/netdev/net-next/c/318d8235bcb8
  - [net-next,14/23] can: raw: process optimization in raw_init()
    https://git.kernel.org/netdev/net-next/c/c28b3bffe49e
  - [net-next,15/23] can: raw: use guard clause to optimize nesting in raw_rcv()
    https://git.kernel.org/netdev/net-next/c/170277c53278
  - [net-next,16/23] can: flexcan: Switch to use dev_err_probe() helper
    https://git.kernel.org/netdev/net-next/c/1c679f917397
  - [net-next,17/23] can: skb: unify skb CAN frame identification helpers
    https://git.kernel.org/netdev/net-next/c/96a7457a14d9
  - [net-next,18/23] can: skb: add skb CAN frame data length helpers
    https://git.kernel.org/netdev/net-next/c/467ef4c7b9d1
  - [net-next,19/23] can: set CANFD_FDF flag in all CAN FD frame structures
    https://git.kernel.org/netdev/net-next/c/061834624c87
  - [net-next,20/23] can: canxl: introduce CAN XL data structure
    https://git.kernel.org/netdev/net-next/c/1a3e3034c049
  - [net-next,21/23] can: canxl: update CAN infrastructure for CAN XL frames
    https://git.kernel.org/netdev/net-next/c/fb08cba12b52
  - [net-next,22/23] can: dev: add CAN XL support to virtual CAN
    https://git.kernel.org/netdev/net-next/c/ebf87fc72850
  - [net-next,23/23] can: raw: add CAN XL support
    https://git.kernel.org/netdev/net-next/c/626332696d75

You are awesome, thank you!
diff mbox series

Patch

diff --git a/drivers/net/can/dev/rx-offload.c b/drivers/net/can/dev/rx-offload.c
index a32a01c172d4..ad8eb243fe78 100644
--- a/drivers/net/can/dev/rx-offload.c
+++ b/drivers/net/can/dev/rx-offload.c
@@ -329,7 +329,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);