diff mbox series

fsl/fman: Fix a typo

Message ID 20240915121655.103316-1-algonell@gmail.com (mailing list archive)
State Deferred
Delegated to: Netdev Maintainers
Headers show
Series fsl/fman: Fix a typo | expand

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 16 this patch: 16
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 16 this patch: 16
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 16 this patch: 16
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 16 this patch: 16
netdev/source_inline success Was 0 now: 0
netdev/contest fail net-next-2024-09-15--15-00 (tests: 763)

Commit Message

Andrew Kreimer Sept. 15, 2024, 12:16 p.m. UTC
Fix a typo in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 drivers/net/ethernet/freescale/fman/fman_port.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jakub Kicinski Sept. 15, 2024, 5:24 p.m. UTC | #1
On Sun, 15 Sep 2024 15:16:55 +0300 Andrew Kreimer wrote:
> Fix a typo in comments.

Hi! please repost any cleanups for net/ or drivers/net in two weeks.
We only accept bug fixes during the merge window.
Andrew Kreimer Sept. 15, 2024, 6:48 p.m. UTC | #2
On Sun, Sep 15, 2024 at 07:24:05PM +0200, Jakub Kicinski wrote:
> On Sun, 15 Sep 2024 15:16:55 +0300 Andrew Kreimer wrote:
> > Fix a typo in comments.
> 
> Hi! please repost any cleanups for net/ or drivers/net in two weeks.
> We only accept bug fixes during the merge window.

My bad.
diff mbox series

Patch

diff --git a/drivers/net/ethernet/freescale/fman/fman_port.c b/drivers/net/ethernet/freescale/fman/fman_port.c
index f17a4e511510..e977389f7088 100644
--- a/drivers/net/ethernet/freescale/fman/fman_port.c
+++ b/drivers/net/ethernet/freescale/fman/fman_port.c
@@ -987,7 +987,7 @@  static int init_low_level_driver(struct fman_port *port)
 		return -ENODEV;
 	}
 
-	/* The code bellow is a trick so the FM will not release the buffer
+	/* The code below is a trick so the FM will not release the buffer
 	 * to BM nor will try to enqueue the frame to QM
 	 */
 	if (port->port_type == FMAN_PORT_TYPE_TX) {