summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-06 16:08:29 +0300
committerJakub Kicinski <kuba@kernel.org>2024-10-09 04:14:47 +0300
commited1f3b7f1572edd36a4bca86a52adffc76b0ab18 (patch)
treec375113553b0f4811b6be7e8ec58e3704dc47f4f
parenta2e1ba275eae96a8171deb19e9c7c2f5978fee7b (diff)
downloadlinux-ed1f3b7f1572edd36a4bca86a52adffc76b0ab18.tar.xz
fsl/fman: Fix a typo
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>
-rw-r--r--drivers/net/ethernet/freescale/fman/fman_port.c2
1 files changed, 1 insertions, 1 deletions
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) {