staging: unisys: fix and remove virthba comments
authorErik Arfvidson <erik.arfvidson@unisys.com>
Tue, 22 Jul 2014 14:50:23 +0000 (10:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 23:18:56 +0000 (16:18 -0700)
This patch fixes formatting and cleans up unneeded comments

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/virthba/virthba.c

index 65a75c8..ef7242e 100644 (file)
@@ -1449,7 +1449,7 @@ static ssize_t enable_ints_write(struct file *file,
                return -EFAULT;
        }
 
-       /*set all counts to new_value usually 0*/
+       /* set all counts to new_value usually 0 */
        for (i = 0; i < VIRTHBASOPENMAX; i++) {
                if (VirtHbasOpen[i].virthbainfo != NULL) {
                        virthbainfo = VirtHbasOpen[i].virthbainfo;
@@ -1747,7 +1747,6 @@ virthba_mod_exit(void)
                virthba_serverdown_workqueue = NULL;
        }
 
-       /* remove debugfs directory and files. */
        debugfs_remove_recursive(virthba_debugfs_dir);
        LOGINF("Leaving virthba_mod_exit\n");