]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: fix spacing in uisthread.c
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 18 Aug 2014 13:29:46 +0000 (09:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Aug 2014 00:16:06 +0000 (17:16 -0700)
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>
drivers/staging/unisys/uislib/uisthread.c

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