From 275a63acda70dc1fae0ee0cb6032aaec4dc801d2 Mon Sep 17 00:00:00 2001 From: Jing Huang Date: Wed, 16 Nov 2011 12:28:49 -0800 Subject: [SCSI] bfa: fix formating and checkpatch issues Fixed code indentation and alignment issues. Fixed all checkpatch warnings. Signed-off-by: Jing Huang Signed-off-by: James Bottomley --- drivers/scsi/bfa/bfad_debugfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/scsi/bfa/bfad_debugfs.c') 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; -- cgit v1.2.3