All of lore.kernel.org
 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread

* Re: [PATCH -next] scsi: ufs: fix all Kconfig help text indentation
@ 2021-01-07  6:03 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-01-07  6:03 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 5668 bytes --]

In-Reply-To: <20210106205554.18082-1-rdunlap@infradead.org>
References: <20210106205554.18082-1-rdunlap@infradead.org>
TO: Randy Dunlap <rdunlap@infradead.org>
TO: linux-kernel(a)vger.kernel.org
CC: Randy Dunlap <rdunlap@infradead.org>
CC: Alim Akhtar <alim.akhtar@samsung.com>
CC: Avri Altman <avri.altman@wdc.com>
CC: linux-scsi(a)vger.kernel.org
CC: "James E.J. Bottomley" <jejb@linux.ibm.com>
CC: "Martin K. Petersen" <martin.petersen@oracle.com>

Hi Randy,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on next-20210104]

url:    https://github.com/0day-ci/linux/commits/Randy-Dunlap/scsi-ufs-fix-all-Kconfig-help-text-indentation/20210107-050153
base:    766eff5a4f6c1f2a8d5030727258d622f2f750fa
config: x86_64-randconfig-a005-20210107 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 5c951623bc8965fa1e89660f2f5f4a2944e4981a)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://github.com/0day-ci/linux/commit/e9fceae137003d1527b1ee66c864d02d1cd609e8
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Randy-Dunlap/scsi-ufs-fix-all-Kconfig-help-text-indentation/20210107-050153
        git checkout e9fceae137003d1527b1ee66c864d02d1cd609e8
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   terminate called after throwing an instance of 'std::system_error'
     what():  Resource temporarily unavailable
   PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
>> ld.lld: error: failed to open drivers/net/wireless/intel/iwlwifi/iwlwifi.o: Cannot allocate memory
    #0 0x000055622e19e91c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/cross/clang-5c951623bc/bin/lld+0x91991c)
    #1 0x000055622e19c764 llvm::sys::RunSignalHandlers() (/opt/cross/clang-5c951623bc/bin/lld+0x917764)
    #2 0x000055622e19c8b8 SignalHandler(int) (/opt/cross/clang-5c951623bc/bin/lld+0x9178b8)
    #3 0x00007f79d79ca730 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12730)
    #4 0x00007f79d74fc7bb raise (/lib/x86_64-linux-gnu/libc.so.6+0x377bb)
    #5 0x00007f79d74e7535 abort (/lib/x86_64-linux-gnu/libc.so.6+0x22535)
    #6 0x00007f79d78b1983 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8c983)
    #7 0x00007f79d78b78c6 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x928c6)
    #8 0x00007f79d78b7901 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92901)
    #9 0x00007f79d78b7b34 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92b34)
   #10 0x00007f79d78b3a55 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8ea55)
   #11 0x00007f79d78e0dc9 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbdc9)
   #12 0x0000556230edd2b1 std::thread::_State_impl<std::thread::_Invoker<std::tuple<llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::ThreadPoolExecutor(llvm::ThreadPoolStrategy)::'lambda'()> > >::_M_run() (/opt/cross/clang-5c951623bc/bin/lld+0x36582b1)
   #13 0x00007f79d78e0b2f (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbb2f)
   #14 0x00007f79d79bffa3 start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x7fa3)
   #15 0x00007f79d75be4cf clone (/lib/x86_64-linux-gnu/libc.so.6+0xf94cf)
   /bin/bash: line 1: 131902 Aborted                 ld.lld -m elf_x86_64 -r -o drivers/net/wireless/intel/iwlwifi/iwlwifi.o drivers/net/wireless/intel/iwlwifi/iwl-io.o drivers/net/wireless/intel/iwlwifi/iwl-drv.o drivers/net/wireless/intel/iwlwifi/iwl-debug.o drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.o drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.o drivers/net/wireless/intel/iwlwifi/iwl-phy-db.o drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.o drivers/net/wireless/intel/iwlwifi/pcie/drv.o drivers/net/wireless/intel/iwlwifi/pcie/rx.o drivers/net/wireless/intel/iwlwifi/pcie/tx.o drivers/net/wireless/intel/iwlwifi/pcie/trans.o drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.o drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.o drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.o drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.o drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.o drivers/net/wireless/intel/iwlwifi/iwl-trans.o drivers/net/wireless/intel/iwlwifi/queue/tx.o drivers/net/wireless/intel/iwlwifi/fw/img.o drivers/net/wireless/intel/iwlwifi/fw/notif-wait.o drivers/net/wireless/intel/iwlwifi/fw/dbg.o drivers/net/wireless/intel/iwlwifi/fw/pnvm.o drivers/net/wireless/intel/iwlwifi/cfg/1000.o drivers/net/wireless/intel/iwlwifi/cfg/2000.o drivers/net/wireless/intel/iwlwifi/cfg/5000.o drivers/net/wireless/intel/iwlwifi/cfg/6000.o drivers/net/wireless/intel/iwlwifi/cfg/7000.o drivers/net/wireless/intel/iwlwifi/cfg/8000.o drivers/net/wireless/intel/iwlwifi/cfg/9000.o drivers/net/wireless/intel/iwlwifi/cfg/22000.o drivers/net/wireless/intel/iwlwifi/fw/paging.o drivers/net/wireless/intel/iwlwifi/fw/smem.o drivers/net/wireless/intel/iwlwifi/fw/init.o drivers/net/wireless/intel/iwlwifi/fw/acpi.o drivers/net/wireless/intel/iwlwifi/fw/debugfs.o drivers/net/wireless/intel/iwlwifi/iwl-devtrace.o

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 47555 bytes --]

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

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

Thread overview: 5+ 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
2021-01-07  6:03 kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.