diff options
author | Jing Huang <huangj@brocade.com> | 2011-11-16 21:28:49 +0100 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-12-15 07:55:01 +0100 |
commit | 275a63acda70dc1fae0ee0cb6032aaec4dc801d2 (patch) | |
tree | c3798594733e496d2f6b09efad7eab0486111fe0 /drivers/scsi/bfa/bfad_debugfs.c | |
parent | [SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_info (diff) | |
download | linux-275a63acda70dc1fae0ee0cb6032aaec4dc801d2.tar.xz linux-275a63acda70dc1fae0ee0cb6032aaec4dc801d2.zip |
[SCSI] bfa: fix formating and checkpatch issues
Fixed code indentation and alignment issues.
Fixed all checkpatch warnings.
Signed-off-by: Jing Huang <huangj@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfad_debugfs.c')
-rw-r--r-- | drivers/scsi/bfa/bfad_debugfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/bfa/bfad_debugfs.c b/drivers/scsi/bfa/bfad_debugfs.c index dee1a094c2c2..53b60d85a319 100644 --- a/drivers/scsi/bfa/bfad_debugfs.c +++ b/drivers/scsi/bfa/bfad_debugfs.c @@ -557,8 +557,7 @@ bfad_debugfs_exit(struct bfad_port_s *port) } } - /* - * Remove the pci_dev debugfs directory for the port */ + /* Remove the pci_dev debugfs directory for the port */ if (port->port_debugfs_root) { debugfs_remove(port->port_debugfs_root); port->port_debugfs_root = NULL; |