Commit 0d770360 authored by Andrea Mayer's avatar Andrea Mayer Committed by David S. Miller

net: seg6: trivial fix of a spelling mistake in comment

There is a comment spelling mistake "interfarence" -> "interference" in
function parse_nla_action(). Fix it.
Signed-off-by: default avatarAndrea Mayer <andrea.mayer@uniroma2.it>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d0494135
...@@ -1475,7 +1475,7 @@ static int parse_nla_action(struct nlattr **attrs, struct seg6_local_lwt *slwt) ...@@ -1475,7 +1475,7 @@ static int parse_nla_action(struct nlattr **attrs, struct seg6_local_lwt *slwt)
/* Forcing the desc->optattrs *set* and the desc->attrs *set* to be /* Forcing the desc->optattrs *set* and the desc->attrs *set* to be
* disjoined, this allow us to release acquired resources by optional * disjoined, this allow us to release acquired resources by optional
* attributes and by required attributes independently from each other * attributes and by required attributes independently from each other
* without any interfarence. * without any interference.
* In other terms, we are sure that we do not release some the acquired * In other terms, we are sure that we do not release some the acquired
* resources twice. * resources twice.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment