diff options
| author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-08-18 17:29:46 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-26 04:16:06 +0400 |
| commit | d283f0c62e331fc3516e6e25d1500de799712207 (patch) | |
| tree | 7fa490213f1285ffb2161f6cb3e11b1ae92d19bd /drivers | |
| parent | 566a17405a4884ccec365fbbbb96b2c7b0c9fbb6 (diff) | |
| download | linux-d283f0c62e331fc3516e6e25d1500de799712207.tar.xz | |
staging: unisys: fix spacing in uisthread.c
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/staging/unisys/uislib/uisthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/unisys/uislib/uisthread.c b/drivers/staging/unisys/uislib/uisthread.c index c93ab04c3cfc..c0fc812f751e 100644 --- a/drivers/staging/unisys/uislib/uisthread.c +++ b/drivers/staging/unisys/uislib/uisthread.c @@ -62,6 +62,7 @@ uisthread_stop(struct uisthread_info *thrinfo) { int ret; int stopped = 0; + if (thrinfo->id == 0) return; /* thread not running */ |
