aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfad_debugfs.c
diff options
context:
space:
mode:
authorJing Huang <huangj@brocade.com>2011-11-16 12:28:49 -0800
committerJames Bottomley <JBottomley@Parallels.com>2011-12-15 10:55:01 +0400
commit275a63acda70dc1fae0ee0cb6032aaec4dc801d2 (patch)
treec3798594733e496d2f6b09efad7eab0486111fe0 /drivers/scsi/bfa/bfad_debugfs.c
parent[SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_info (diff)
downloadlinux-dev-275a63acda70dc1fae0ee0cb6032aaec4dc801d2.tar.xz
linux-dev-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.c3
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;