Skip to content

Commit d632bf6

Browse files
bulwahnsuryasaimadhu
authored andcommitted
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@gmail.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20221031094835.15923-1-lukas.bulwahn@gmail.com
1 parent 0ba5df8 commit d632bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/boot/string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ static int _kstrtoul(const char *s, unsigned int base, unsigned long *res)
350350
}
351351

352352
/**
353-
* kstrtoul - convert a string to an unsigned long
353+
* boot_kstrtoul - convert a string to an unsigned long
354354
* @s: The start of the string. The string must be null-terminated, and may also
355355
* include a single newline before its terminating null. The first character
356356
* may also be a plus sign, but not a minus sign.

0 commit comments

Comments
 (0)