projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba5df8
)
x86/boot: Repair kernel-doc for boot_kstrtoul()
author
Lukas Bulwahn
<lukas.bulwahn@gmail.com>
Mon, 31 Oct 2022 09:48:35 +0000
(10:48 +0100)
committer
Borislav Petkov
<bp@suse.de>
Wed, 2 Nov 2022 09:20:02 +0000
(10:20 +0100)
Adjust the kernel-doc comment to have the proper function name:
boot_kstrtoul().
[ bp: Massage commit message. ]
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link:
https://lore.kernel.org/r/20221031094835.15923-1-lukas.bulwahn@gmail.com
arch/x86/boot/string.c
patch
|
blob
|
history
diff --git
a/arch/x86/boot/string.c
b/arch/x86/boot/string.c
index 8a3fff9128bb4a312c5c7cf8a8b8caa488a8e506..1c8541ae3b3ac8d69c6afc8a0d01d81aaa0356e1 100644
(file)
--- 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.