-
Notifications
You must be signed in to change notification settings - Fork 171
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
New routine to find a node on a list #217
Conversation
d3e5521
to
5680b70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that the checkpatch fail is a false positive. we can ignore it.
Minor comments.
31ffdf0
to
526e321
Compare
@arnopo I addressed your comments but am seeing the checkpatch failure still. |
It is a false positif check patch. You can ignore it. |
metal_list_find_node is used to ensure a node is not on a list before adding it Signed-off-by: Tammy Leino <tammy_leino@mentor.com>
526e321
to
0c3f072
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
metal_list_find_node is used to ensure a node is not on a list before adding it
Signed-off-by: Tammy Leino tammy_leino@mentor.com