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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

routing/rpl: Fixing styling & format #20294

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

Teufelchen1
Copy link
Contributor

Contribution description

Hello! 馃悮

This PR consists of two changes:

Because uncrustify would hide my changes regarding function signitures & variable renaming, I split it up in two commits.
I can understand if the second commit is objected - it's purely optional for me.

Testing procedure

Beside some statics no functional changes have been made. If it still builds and the ci passes, this should be fine!

Issues/PRs references

@github-actions github-actions bot added Area: network Area: Networking Area: sys Area: System labels Jan 24, 2024
Copy link
Member

@chrysn chrysn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I don't spot any code changes, so this is a clean cleanup, and testing by the compiler will suffice to verify that static is justified.

(I'd like to have a way of making "this does not change the generated code" an assertion that is verified by the builders, but I don't know any tools to do that).

(gnrc_rpl_internal_opt_dis_solicited_t*)options[i])) == NULL) {
return;
}
(gnrc_rpl_internal_opt_dis_solicited_t *)options
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dislike the level of indent, but that would be for a discussion on the uncrustify settings, not this particular commit.

@chrysn chrysn added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jan 24, 2024
@chrysn chrysn enabled auto-merge January 24, 2024 11:56
@riot-ci
Copy link

riot-ci commented Jan 24, 2024

Murdock results

鉁旓笍 PASSED

1407d4b net/rpl: Major style fixes using uncrustify

Success Failures Total Runtime
8629 0 8629 11m:23s

Artifacts

@chrysn chrysn added this pull request to the merge queue Jan 24, 2024
Merged via the queue into RIOT-OS:master with commit 52b0c80 Jan 24, 2024
27 checks passed
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.04 milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants