linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] scsi: ufs: fix all Kconfig help text indentation
@ 2021-01-06 20:55 ` Randy Dunlap
  2021-01-07  1:23   ` Alim Akhtar
                     ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-01-06 20:55 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Alim Akhtar, Avri Altman, linux-scsi,
	James E.J. Bottomley, Martin K. Petersen

Use consistent and expected indentation for all Kconfig text.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: Avri Altman <avri.altman@wdc.com>
Cc: linux-scsi@vger.kernel.org
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
---
 drivers/scsi/ufs/Kconfig |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

--- linux-next-20210106.orig/drivers/scsi/ufs/Kconfig
+++ linux-next-20210106/drivers/scsi/ufs/Kconfig
@@ -39,7 +39,7 @@ config SCSI_UFSHCD
 	select DEVFREQ_GOV_SIMPLE_ONDEMAND
 	select NLS
 	help
-	This selects the support for UFS devices in Linux, say Y and make
+	  This selects the support for UFS devices in Linux, say Y and make
 	  sure that you know the name of your UFS host adapter (the card
 	  inside your computer that "speaks" the UFS protocol, also
 	  called UFS Host Controller), because you will be asked for it.
@@ -54,8 +54,8 @@ config SCSI_UFSHCD_PCI
 	tristate "PCI bus based UFS Controller support"
 	depends on SCSI_UFSHCD && PCI
 	help
-	This selects the PCI UFS Host Controller Interface. Select this if
-	you have UFS Host Controller with PCI Interface.
+	  This selects the PCI UFS Host Controller Interface. Select this if
+	  you have UFS Host Controller with PCI Interface.
 
 	  If you have a controller with this interface, say Y or M here.
 
@@ -73,10 +73,10 @@ config SCSI_UFSHCD_PLATFORM
 	tristate "Platform bus based UFS Controller support"
 	depends on SCSI_UFSHCD
 	help
-	This selects the UFS host controller support. Select this if
-	you have an UFS controller on Platform bus.
+	  This selects the UFS host controller support. Select this if
+	  you have an UFS controller on Platform bus.
 
-	If you have a controller with this interface, say Y or M here.
+	  If you have a controller with this interface, say Y or M here.
 
 	  If unsure, say N.
 
@@ -84,7 +84,7 @@ config SCSI_UFS_CDNS_PLATFORM
 	tristate "Cadence UFS Controller platform driver"
 	depends on SCSI_UFSHCD_PLATFORM
 	help
-	This selects the Cadence-specific additions to UFSHCD platform driver.
+	  This selects the Cadence-specific additions to UFSHCD platform driver.
 
 	  If unsure, say N.
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH -next] scsi: ufs: fix all Kconfig help text indentation
  2021-01-06 20:55 ` [PATCH -next] scsi: ufs: fix all Kconfig help text indentation Randy Dunlap
@ 2021-01-07  1:23   ` Alim Akhtar
  2021-01-08  3:40   ` Martin K. Petersen
  2021-01-13  5:48   ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Alim Akhtar @ 2021-01-07  1:23 UTC (permalink / raw)
  To: 'Randy Dunlap', linux-kernel
  Cc: 'Avri Altman', linux-scsi, 'James E.J. Bottomley',
	'Martin K. Petersen'

Hello Randy,

> -----Original Message-----
> From: Randy Dunlap <rdunlap@infradead.org>
> Sent: 07 January 2021 02:26
> To: linux-kernel@vger.kernel.org
> Cc: Randy Dunlap <rdunlap@infradead.org>; Alim Akhtar
> <alim.akhtar@samsung.com>; Avri Altman <avri.altman@wdc.com>; linux-
> scsi@vger.kernel.org; James E.J. Bottomley <jejb@linux.ibm.com>; Martin K.
> Petersen <martin.petersen@oracle.com>
> Subject: [PATCH -next] scsi: ufs: fix all Kconfig help text indentation
> 
> Use consistent and expected indentation for all Kconfig text.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Cc: Avri Altman <avri.altman@wdc.com>
> Cc: linux-scsi@vger.kernel.org
> Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
> Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
> ---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] scsi: ufs: fix all Kconfig help text indentation
  2021-01-06 20:55 ` [PATCH -next] scsi: ufs: fix all Kconfig help text indentation Randy Dunlap
  2021-01-07  1:23   ` Alim Akhtar
@ 2021-01-08  3:40   ` Martin K. Petersen
  2021-01-13  5:48   ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2021-01-08  3:40 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Alim Akhtar, Avri Altman, linux-scsi,
	James E.J. Bottomley, Martin K. Petersen


Randy,

> Use consistent and expected indentation for all Kconfig text.

Applied to 5.12/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] scsi: ufs: fix all Kconfig help text indentation
  2021-01-06 20:55 ` [PATCH -next] scsi: ufs: fix all Kconfig help text indentation Randy Dunlap
  2021-01-07  1:23   ` Alim Akhtar
  2021-01-08  3:40   ` Martin K. Petersen
@ 2021-01-13  5:48   ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2021-01-13  5:48 UTC (permalink / raw)
  To: linux-kernel, Randy Dunlap
  Cc: Martin K . Petersen, James E.J. Bottomley, Alim Akhtar,
	Avri Altman, linux-scsi

On Wed, 6 Jan 2021 12:55:54 -0800, Randy Dunlap wrote:

> Use consistent and expected indentation for all Kconfig text.

Applied to 5.12/scsi-queue, thanks!

[1/1] scsi: ufs: fix all Kconfig help text indentation
      https://git.kernel.org/mkp/scsi/c/aaac0ea98390

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-13  5:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210106205857epcas5p31c8d9aee87cb459ef431b8e8c965bdfe@epcas5p3.samsung.com>
2021-01-06 20:55 ` [PATCH -next] scsi: ufs: fix all Kconfig help text indentation Randy Dunlap
2021-01-07  1:23   ` Alim Akhtar
2021-01-08  3:40   ` Martin K. Petersen
2021-01-13  5:48   ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).