diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-11-30 14:32:17 +0000 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2015-11-30 20:53:55 -0500 |
commit | 7789cd39274c51bf475411fe22a8ee7255082809 (patch) | |
tree | abde4a680db7b693659b6585ad595e2ea758d222 /drivers/scsi/scsi_sysfs.c | |
parent | bad9764cfaaa15bc4263824b33956f15267442c6 (diff) | |
download | linux-7789cd39274c51bf475411fe22a8ee7255082809.tar.bz2 |
mvsas: fix misleading indentation
Fix a smatch warning:
drivers/scsi/mvsas/mv_sas.c:740 mvs_task_prep() warn: curly braces intended?
The code is correct, the indention is misleading. When the device is not
ready we want to return SAS_PHY_DOWN. But current indentation makes it
look like we only do so in the else branch of if (mvi_dev).
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/scsi_sysfs.c')
0 files changed, 0 insertions, 0 deletions