bus: mhi: Fix entries based on Kconfig coding style
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>
This commit is contained in:
parent
e1427f32b8
commit
e0af24acda
|
@ -6,9 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
config MHI_BUS
|
config MHI_BUS
|
||||||
tristate "Modem Host Interface (MHI) bus"
|
tristate "Modem Host Interface (MHI) bus"
|
||||||
help
|
help
|
||||||
Bus driver for MHI protocol. Modem Host Interface (MHI) is a
|
Bus driver for MHI protocol. Modem Host Interface (MHI) is a
|
||||||
communication protocol used by the host processors to control
|
communication protocol used by the host processors to control
|
||||||
and communicate with modem devices over a high speed peripheral
|
and communicate with modem devices over a high speed peripheral
|
||||||
bus or shared memory.
|
bus or shared memory.
|
||||||
|
|
Loading…
Reference in New Issue