]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: helpers: sort includes alphabetically in rust/helpers.c
authorAriel Miculas <amiculas@cisco.com>
Wed, 26 Apr 2023 20:49:23 +0000 (23:49 +0300)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 7 Aug 2023 09:33:33 +0000 (11:33 +0200)
commit917b2e00b90f7a0f21ab3f28e7cf165825a7aba7
tree6153aceeeac8f08d761c95a196700bcd1f77c987
parentdb7193a5c9db4babbfc99798f2e636b12419c12b
rust: helpers: sort includes alphabetically in rust/helpers.c

Sort the #include directives of rust/helpers.c alphabetically and add a
comment specifying this. The reason for this is to improve readability
and to be consistent with the other files with a similar approach within
'rust/'.

Suggested-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1003
Signed-off-by: Ariel Miculas <amiculas@cisco.com>
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://lore.kernel.org/r/20230426204923.16195-1-amiculas@cisco.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/helpers.c