Two types of errors are detected by the checkpatch.
1. Alignment between switches and cases
2. Improper use of some spaces
Here are the clean up patches.
Luo Jiaxing (2):
scsi: libsas: make switch and case at the same indent in
sas_to_ata_err()
scsi: libsas: clean up for white spaces
drivers/scsi/libsas/sas_ata.c | 74 ++++++++++++++++++--------------------
drivers/scsi/libsas/sas_discover.c | 2 +-
drivers/scsi/libsas/sas_expander.c | 15 ++++----
3 files changed, 43 insertions(+), 48 deletions(-)
--
2.7.4
kindly ping
Hi, jejb, martin, would you mind to take a look for these tiny clean up
patches.
Thanks
Jiaxing
On 2021/3/25 20:29, Luo Jiaxing wrote:
> Two types of errors are detected by the checkpatch.
> 1. Alignment between switches and cases
> 2. Improper use of some spaces
>
> Here are the clean up patches.
>
> Luo Jiaxing (2):
> scsi: libsas: make switch and case at the same indent in
> sas_to_ata_err()
> scsi: libsas: clean up for white spaces
>
> drivers/scsi/libsas/sas_ata.c | 74 ++++++++++++++++++--------------------
> drivers/scsi/libsas/sas_discover.c | 2 +-
> drivers/scsi/libsas/sas_expander.c | 15 ++++----
> 3 files changed, 43 insertions(+), 48 deletions(-)
>
On Thu, 25 Mar 2021 20:29:54 +0800, Luo Jiaxing wrote:
> Two types of errors are detected by the checkpatch.
> 1. Alignment between switches and cases
> 2. Improper use of some spaces
>
> Here are the clean up patches.
>
> Luo Jiaxing (2):
> scsi: libsas: make switch and case at the same indent in
> sas_to_ata_err()
> scsi: libsas: clean up for white spaces
>
> [...]
Applied to 5.13/scsi-queue, thanks!
[1/2] scsi: libsas: make switch and case at the same indent in sas_to_ata_err()
https://git.kernel.org/mkp/scsi/c/c03f2422b9f5
[2/2] scsi: libsas: clean up for white spaces
https://git.kernel.org/mkp/scsi/c/857a80bbd732
--
Martin K. Petersen Oracle Linux Engineering