diff options
author | Erik Arfvidson <erik.arfvidson@unisys.com> | 2014-07-22 10:50:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-22 16:18:56 -0700 |
commit | cfe4571f72270b6b31fbf38000f5b3d6299a22d5 (patch) | |
tree | 6aa77c99e9ef3272e77adcb24850bce0fb1451e2 /drivers | |
parent | 54b312290077f56a1c2dfb15237e1b315667d225 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/unisys/virthba/virthba.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/unisys/virthba/virthba.c b/drivers/staging/unisys/virthba/virthba.c index 65a75c8e8b06..ef7242ee7ad3 100644 --- a/drivers/staging/unisys/virthba/virthba.c +++ b/drivers/staging/unisys/virthba/virthba.c @@ -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"); |