misc: sgi_gru: indent SGI_GRU option help text
authorPrasad Pandit <pjp@fedoraproject.org>
Fri, 12 Apr 2024 05:52:20 +0000 (11:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Apr 2024 09:15:34 +0000 (11:15 +0200)
commit7a5ffa5a21d327e867c8ee226278d60f7e34e1b9
treedaa3cabaf25f080bc9058763b37f643cc363088b
parent2db26427d7d92e34246ee378214b4c2c193b96e7
misc: sgi_gru: indent SGI_GRU option help text

Fix indentation of SGI_GRU option's help text by adding
leading spaces. Generally help text is indented by two
more spaces beyond the leading tab <\t> character.
It helps Kconfig parsers to read file without error.

Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Link: https://lore.kernel.org/r/20240412055221.69411-2-ppandit@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig