mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
staging: unisys: fix line spacing in uisthread.c
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0b7682ff56
commit
3206f85318
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user