rust: kernel: add blank lines in front of code blocks
authorValentin Obst <kernel@valentinobst.de>
Wed, 31 Jan 2024 20:23:31 +0000 (21:23 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 18 Feb 2024 20:22:27 +0000 (21:22 +0100)
commit6269fadf351eafad6f890091eed69875125285b6
tree31941c6f5fc9e2f3d5b3c23fb05a8ff3fcd5b311
parentaf8b18d7404bfb82aa07a09ad5b53d33ab2955d8
rust: kernel: add blank lines in front of code blocks

Throughout the code base, blank lines are used before starting a code
block. Adapt outliers to improve consistency within the kernel crate.

Signed-off-by: Valentin Obst <kernel@valentinobst.de>
Reviewed-by: Trevor Gross <tmgross@umich.edu>
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20240131-doc-fixes-v3-v3-9-0c8af94ed7de@valentinobst.de
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/types.rs