Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkpatch / warning space between if macro (RB_FOREACH ) and parenthesis #1790

Closed
pguibert6WIND opened this issue Feb 23, 2018 · 0 comments
Closed

Comments

@pguibert6WIND
Copy link
Member

when I run manually checkpatch.pl, I get the following error

WARNING: space prohibited between function name and open parenthesis '('
#23: FILE: lib/netns_linux.c:132:

  • RB_FOREACH (ns, ns_head, &ns_tree) {

=> this is an if statement, so the space should be accepted.
no warning should be displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant