Skip to content

routing/rpl: Fixing styling & format#20294

Merged
chrysn merged 2 commits intoRIOT-OS:masterfrom
Teufelchen1:chore/rpl_format
Jan 24, 2024
Merged

routing/rpl: Fixing styling & format#20294
chrysn merged 2 commits intoRIOT-OS:masterfrom
Teufelchen1:chore/rpl_format

Conversation

@Teufelchen1
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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
@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.

4 participants