Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Benjamin Romer and committed by
Greg Kroah-Hartman
d283f0c6 566a1740

+1
+1
drivers/staging/unisys/uislib/uisthread.c
··· 62 62 { 63 63 int ret; 64 64 int stopped = 0; 65 + 65 66 if (thrinfo->id == 0) 66 67 return; /* thread not running */ 67 68