Commit ed1f3b7f authored by Andrew Kreimer's avatar Andrew Kreimer Committed by Jakub Kicinski
Browse files

fsl/fman: Fix a typo

parent a2e1ba27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {