[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250304181651.1123778-2-janik@aq0.de>
Date: Tue, 4 Mar 2025 19:16:52 +0100
From: Janik Haag <janik@....de>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
Janik Haag <janik@....de>
Subject: [PATCH] net: liquidio: fix typo
Dear Linux maintainers, this is my first patch, hope everything is
correct.
While reading through some pcie realted code I notice this small
spelling mistake of doorbell registers.
I added Dave in the TO field since they signed-off on by far the most
commits touching this file.
With kind regards,
Janik Haag
Signed-off-by: Janik Haag <janik@....de>
---
drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c
index 9ad49aea2673..5f3d39e2ceca 100644
--- a/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c
+++ b/drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c
@@ -373,7 +373,7 @@ static void cn23xx_pf_setup_global_output_regs(struct octeon_device *oct)
/** Setting the water mark level for pko back pressure **/
writeq(0x40, (u8 *)oct->mmio[0].hw_addr + CN23XX_SLI_OQ_WMARK);
- /** Disabling setting OQs in reset when ring has no dorebells
+ /** Disabling setting OQs in reset when ring has no doorbells
* enabling this will cause of head of line blocking
*/
/* Do it only for pass1.1. and pass1.2 */
base-commit: 99fa936e8e4f117d62f229003c9799686f74cebc
--
2.48.1
Powered by blists - more mailing lists