Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: Kconfig: fix duplicate word in CMDLINE help text

Remove duplicate 'the' in the CMDLINE config help text.

Signed-off-by: Michael Ugrin <mugrinphoto@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by

Michael Ugrin and committed by
Catalin Marinas
74b63934 249bf973

+1 -1
+1 -1
arch/arm64/Kconfig
··· 2346 2346 default "" 2347 2347 help 2348 2348 Provide a set of default command-line options at build time by 2349 - entering them here. As a minimum, you should specify the the 2349 + entering them here. As a minimum, you should specify the 2350 2350 root device (e.g. root=/dev/nfs). 2351 2351 2352 2352 choice