Skip to content

Commit

Permalink
tools: checkpatch updated with darr_foreach iter macros
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hopps <[email protected]>
  • Loading branch information
choppsv1 committed Oct 24, 2023
1 parent 34025a1 commit decf4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ sub hash_show_words {

our $c90_Keywords = qr{do|for|while|if|else|return|goto|continue|switch|default|case|break}x;
our $Iterators = qr{
frr_each|frr_each_safe|frr_each_from|
darr_foreach_p|darr_foreach_i|frr_each|frr_each_safe|frr_each_from|
frr_with_mutex|frr_with_privs|
LIST_FOREACH|LIST_FOREACH_SAFE|
SLIST_FOREACH|SLIST_FOREACH_SAFE|SLIST_FOREACH_PREVPTR|
Expand Down

0 comments on commit decf4ef

Please sign in to comment.