bus: mhi: Fix entries based on Kconfig coding style
authorBhaumik Bhatt <bbhatt@codeaurora.org>
Tue, 29 Sep 2020 17:52:12 +0000 (23:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2020 09:33:47 +0000 (11:33 +0200)
Kconfig coding style mandates use of tabs for the configuration
definition and an additional two spaces for the help text. Make the
required changes to the MHI Kconfig adhering to those guidelines.

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaumik Bhatt <bbhatt@codeaurora.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200929175218.8178-14-manivannan.sadhasivam@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bus/mhi/Kconfig

index a8bd9bd7db7c0506ba11c41c737ccceeb9e064c7..6677cccd61f3539cff159c3beb2e0a1ed1398482 100644 (file)
@@ -6,9 +6,9 @@
 #
 
 config MHI_BUS
-       tristate "Modem Host Interface (MHI) bus"
-       help
-        Bus driver for MHI protocol. Modem Host Interface (MHI) is a
-        communication protocol used by the host processors to control
-        and communicate with modem devices over a high speed peripheral
-        bus or shared memory.
+       tristate "Modem Host Interface (MHI) bus"
+       help
+         Bus driver for MHI protocol. Modem Host Interface (MHI) is a
+         communication protocol used by the host processors to control
+         and communicate with modem devices over a high speed peripheral
+         bus or shared memory.