aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Obst <[email protected]>2024-01-31 21:23:25 +0100
committerMiguel Ojeda <[email protected]>2024-02-18 21:22:27 +0100
commit16dca5d12ed114110bcdfac3ae00de9f125821c8 (patch)
treedfbc679aa3a8d6007341e6261ced066e85ab7c54
parent69d5fbb0159673ea6737204f4d458a220e81a0c9 (diff)
rust: ioctl: end top-level module docs with full stop
Every other module ends its first line of documentation with a full stop. Adapt the only outlier. Signed-off-by: Valentin Obst <[email protected]> Reviewed-by: Trevor Gross <[email protected]> Reviewed-by: Martin Rodriguez Reboredo <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
-rw-r--r--rust/kernel/ioctl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/ioctl.rs b/rust/kernel/ioctl.rs
index 59050e5f5a5a..5987ad6d38a7 100644
--- a/rust/kernel/ioctl.rs
+++ b/rust/kernel/ioctl.rs
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
-//! ioctl() number definitions
+//! ioctl() number definitions.
//!
//! C header: [`include/asm-generic/ioctl.h`](srctree/include/asm-generic/ioctl.h)