-
Notifications
You must be signed in to change notification settings - Fork 165
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
cleanup(drivers): driver inconsistencies CHECK_RES #1388
cleanup(drivers): driver inconsistencies CHECK_RES #1388
Conversation
Please double check driver/API_VERSION file. See versioning. /hold |
Ok now -- just for the future: We typically try to use commit conventions https://github.com/falcosecurity/.github/blob/main/CONTRIBUTING.md#commit-convention in a way similar to Sometimes some spaces before the comments were removed, but it's not a big deal from my perspective. |
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.
/approve
LGTM label has been added. Git tree hash: 08142b917e2c15672b7a41bd22f1ac0e2f119051
|
@incertum Ok I squashed the commits and changed the commit message to match the standard, and the next commit was to add my signature. |
Signed-off-by: Everett Badeaux <[email protected]> more check res additons Signed-off-by: Everett Badeaux <[email protected]> fix else statement Signed-off-by: Everett Badeaux <[email protected]> fix minimal errors Signed-off-by: Everett Badeaux <[email protected]> fix syntax errors Signed-off-by: Everett Badeaux <[email protected]> fix additional syntax errors Signed-off-by: Everett Badeaux <[email protected]> fix brace Signed-off-by: Everett Badeaux <[email protected]>
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.
Thank you!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, ecbadeaux, incertum The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
What type of PR is this?
/kind bug
/kind cleanup
Any specific area of the project related to this PR?
/area driver-bpf
/area driver-modern-bpf
Does this PR require a change in the driver versions?
No I do not think so.
What this PR does / why we need it:
Make driver code more consistent.
Which issue(s) this PR fixes:
part of #902
(partial fix other issues still remain in 902)
Special notes for your reviewer:
Tagging @dwindsor for visibility.
Does this PR introduce a user-facing change?: