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 c0fc812..25adf1a 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);