Hi Bart, On 7/9/21 1:26 PM, Bart Van Assche wrote: > diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig > index 2d137953e7b4..4272d7365595 100644 > --- a/drivers/scsi/ufs/Kconfig > +++ b/drivers/scsi/ufs/Kconfig > @@ -183,3 +183,10 @@ config SCSI_UFS_CRYPTO > Enabling this makes it possible for the kernel to use the crypto > capabilities of the UFS device (if present) to perform crypto > operations on data being transferred to/from the device. > + > +config SCSI_UFS_FAULT_INJECTION > + bool "UFS Fault Injection Support" > + depends on SCSI_UFSHCD && FAULT_INJECTION > + help > + Enable fault injection support in the UFS driver. This makes it easier Nit: use one tab + 2 spaces above for indentation. > + to test the UFS error handler and abort handler. thanks.