From: Valentin Obst Date: Wed, 31 Jan 2024 20:23:25 +0000 (+0100) Subject: rust: ioctl: end top-level module docs with full stop X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=16dca5d12ed114110bcdfac3ae00de9f125821c8;p=linux.git 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 Reviewed-by: Trevor Gross Reviewed-by: Martin Rodriguez Reboredo Reviewed-by: Alice Ryhl Link: https://lore.kernel.org/r/20240131-doc-fixes-v3-v3-3-0c8af94ed7de@valentinobst.de Signed-off-by: Miguel Ojeda --- diff --git a/rust/kernel/ioctl.rs b/rust/kernel/ioctl.rs index 59050e5f5a5a0..5987ad6d38a7c 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)