瀏覽代碼

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>
Erik Arfvidson 11 年之前
父節點
當前提交
cfe4571f72
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      drivers/staging/unisys/virthba/virthba.c

+ 1 - 2
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");