Commit b993e72c authored by Julia Lawall's avatar Julia Lawall Committed by David S. Miller
Browse files

nfp: flower: fix typo in comment



Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund@corigine.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 878e2eb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ nfp_fl_lag_changeupper_event(struct nfp_fl_lag *lag,
	group->dirty = true;
	group->slave_cnt = slave_count;

	/* Group may have been on queue for removal but is now offfloable. */
	/* Group may have been on queue for removal but is now offloable. */
	group->to_remove = false;
	mutex_unlock(&lag->lock);