浏览代码

staging: unisys: fix spacing in uisthread.c

Fix the missing blank line between code and declarations in uisthread.c.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Benjamin Romer 11 年之前
父节点
当前提交
d283f0c62e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/unisys/uislib/uisthread.c

+ 1 - 0
drivers/staging/unisys/uislib/uisthread.c

@@ -62,6 +62,7 @@ uisthread_stop(struct uisthread_info *thrinfo)
 {
 	int ret;
 	int stopped = 0;
+
 	if (thrinfo->id == 0)
 		return;		/* thread not running */