]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: fix line spacing in uisthread.c
authorBenjamin Romer <benjamin.romer@unisys.com>
Fri, 5 Dec 2014 22:09:08 +0000 (17:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Jan 2015 01:32:34 +0000 (17:32 -0800)
Just remove the one extra blank line.

Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com>
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 c0fc812f751e9ca7ff706afc5d198c8454b1a678..25adf1a7307c9d1112908f790e60c5ec1331a37b 100644 (file)
@@ -53,7 +53,6 @@ uisthread_start(struct uisthread_info *thrinfo,
        wake_up_process(thrinfo->task);
        LOGINF("started thread pid:%d\n", thrinfo->id);
        return 1;
-
 }
 EXPORT_SYMBOL_GPL(uisthread_start);