staging: unisys: fix and remove virthba comments
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>
This commit is contained in:
parent
54b3122900
commit
cfe4571f72
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user