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

x86/Makefile: Remove unneeded whitespaces before tabs

Align the FDINITRD line to the FDARGS one with tabs.

[ bp: Commit message. ]

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20211028121021.10384-1-ehaouas@noos.fr

authored by

Elyes HAOUAS and committed by
Borislav Petkov
a757ac55 f2739ca1

+1 -1
+1 -1
arch/x86/Makefile
··· 299 299 echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)' 300 300 echo ' bzdisk/fdimage*/hdimage/isoimage also accept:' 301 301 echo ' FDARGS="..." arguments for the booted kernel' 302 - echo ' FDINITRD=file initrd for the booted kernel' 302 + echo ' FDINITRD=file initrd for the booted kernel' 303 303 echo '' 304 304 echo ' kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest' 305 305 echo ' xen.config - Enable Kconfig items for running this kernel as a Xen guest'