mirror of https://gitee.com/openkylin/linux.git
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:
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue