mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 09:14:07 -04:00
nfp: flower: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Niklas Söderlund <niklas.soderlund@corigine.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
878e2eb29a
commit
b993e72cdd
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user