fsl/fman: Fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Sun, 6 Oct 2024 13:08:29 +0000 (16:08 +0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 9 Oct 2024 01:14:47 +0000 (18:14 -0700)
Fix a typo in comments: bellow -> below.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241006130829.13967-1-algonell@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/fman/fman_port.c

index f17a4e51151017ba2cf075948b85b94f3a99f881..e977389f70889f136fca29e488a0b80161e01514 100644 (file)
@@ -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) {