scsi: lpfc: fix a handful of indentation issues
There are a handful of statements that are indented incorrectly. Fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
7f8e12f1e2
commit
258f84fae3
@@ -1833,7 +1833,7 @@ lpfc_debugfs_disc_trc_open(struct inode *inode, struct file *file)
|
||||
int rc = -ENOMEM;
|
||||
|
||||
if (!lpfc_debugfs_max_disc_trc) {
|
||||
rc = -ENOSPC;
|
||||
rc = -ENOSPC;
|
||||
goto out;
|
||||
}
|
||||
|
||||
@@ -1883,7 +1883,7 @@ lpfc_debugfs_slow_ring_trc_open(struct inode *inode, struct file *file)
|
||||
int rc = -ENOMEM;
|
||||
|
||||
if (!lpfc_debugfs_max_slow_ring_trc) {
|
||||
rc = -ENOSPC;
|
||||
rc = -ENOSPC;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user