[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <166738125354.7716.16790203039429417490.tip-bot2@tip-bot2>
Date: Wed, 02 Nov 2022 09:27:33 -0000
From: "tip-bot2 for Lukas Bulwahn" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Lukas Bulwahn <lukas.bulwahn@...il.com>,
Borislav Petkov <bp@...e.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86/boot: Repair kernel-doc for boot_kstrtoul()
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: d632bf6ff1f6f733e1de9c5331fd643f4ecbe483
Gitweb: https://git.kernel.org/tip/d632bf6ff1f6f733e1de9c5331fd643f4ecbe483
Author: Lukas Bulwahn <lukas.bulwahn@...il.com>
AuthorDate: Mon, 31 Oct 2022 10:48:35 +01:00
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Wed, 02 Nov 2022 10:20:02 +01:00
x86/boot: Repair kernel-doc for boot_kstrtoul()
Adjust the kernel-doc comment to have the proper function name:
boot_kstrtoul().
[ bp: Massage commit message. ]
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Link: https://lore.kernel.org/r/20221031094835.15923-1-lukas.bulwahn@gmail.com
---
arch/x86/boot/string.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/boot/string.c b/arch/x86/boot/string.c
index 8a3fff9..1c8541a 100644
--- a/arch/x86/boot/string.c
+++ b/arch/x86/boot/string.c
@@ -350,7 +350,7 @@ static int _kstrtoul(const char *s, unsigned int base, unsigned long *res)
}
/**
- * kstrtoul - convert a string to an unsigned long
+ * boot_kstrtoul - convert a string to an unsigned long
* @s: The start of the string. The string must be null-terminated, and may also
* include a single newline before its terminating null. The first character
* may also be a plus sign, but not a minus sign.
Powered by blists - more mailing lists