diff options
author | Jing Huang <huangj@brocade.com> | 2011-11-16 12:28:49 -0800 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-12-15 10:55:01 +0400 |
commit | 275a63acda70dc1fae0ee0cb6032aaec4dc801d2 (patch) | |
tree | c3798594733e496d2f6b09efad7eab0486111fe0 /drivers/scsi/bfa/bfad_debugfs.c | |
parent | 2b132577a05ec2970581c99da70825430d5919df (diff) | |
download | linux-next-275a63acda70dc1fae0ee0cb6032aaec4dc801d2.tar.gz |
[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; |