OSDN Git Service

scsi: core: Fix formatting errors in scsi_lib.c
authorBean Huo <beanhuo@micron.com>
Fri, 19 Jun 2020 15:41:17 +0000 (17:41 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 20 Jun 2020 03:06:43 +0000 (23:06 -0400)
commit4c7b4d63273d22c5198c171fbaf93539fbb40ca2
treed1a62df60671f63c6bdf504de8129ced78a1a4f5
parent71df6fb976c37a290c0fd15db29288c3499bed4e
scsi: core: Fix formatting errors in scsi_lib.c

Delete trailing whitespace, multiple blank lines, and make switch/case be
at the same indentation.

Link: https://lore.kernel.org/r/20200619154117.10262-3-huobean@gmail.com
Signed-off-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c