Commit 1d158803 authored by Alice Ryhl's avatar Alice Ryhl Committed by Miguel Ojeda

rust: sort blk includes in bindings_helper.h

The headers in this file are sorted alphabetically, which makes it
easy to quickly resolve conflicts by selecting all of the headers and
invoking :'<,'>sort to sort them. To keep this technique to resolve
conflicts working, also apply sorting to symbols that are not letters.

This file is very prone to merge conflicts, so I think keeping conflict
resolution really easy is more important than not messing with git blame
history.

These includes were originally introduced in commit 3253aba3 ("rust:
block: introduce `kernel::block::mq` module").
Signed-off-by: default avatarAlice Ryhl <aliceryhl@google.com>
Acked-by: default avatarDanilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20240809132835.274603-1-aliceryhl@google.comSigned-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent e26fa546
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
*/ */
#include <kunit/test.h> #include <kunit/test.h>
#include <linux/blk_types.h>
#include <linux/blk-mq.h> #include <linux/blk-mq.h>
#include <linux/blk_types.h>
#include <linux/blkdev.h> #include <linux/blkdev.h>
#include <linux/errname.h> #include <linux/errname.h>
#include <linux/ethtool.h> #include <linux/ethtool.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment