Commit cfe4571f authored by Erik Arfvidson's avatar Erik Arfvidson Committed by Greg Kroah-Hartman

staging: unisys: fix and remove virthba comments

This patch fixes formatting and cleans up unneeded comments
Signed-off-by: default avatarErik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54b31229
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment