mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 17:27:11 -04:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
a2e1ba275e
commit
ed1f3b7f15
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user