[PATCH] fsl/fman: Fix a typo

Andrew Kreimer posted 1 patch 2 months, 2 weeks ago
There is a newer version of this series
drivers/net/ethernet/freescale/fman/fman_port.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fsl/fman: Fix a typo
Posted by Andrew Kreimer 2 months, 2 weeks ago
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(-)

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) {
-- 
2.39.5
Re: [PATCH] fsl/fman: Fix a typo
Posted by Jakub Kicinski 2 months, 2 weeks ago
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.
Re: [PATCH] fsl/fman: Fix a typo
Posted by Andrew Kreimer 2 months, 2 weeks ago
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.