Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d559f2cf authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: remove excess blank lines in uisthread.h



Take out those doubled blank lines in uisthread.h.

Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 62dd4cf0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19,11 +19,9 @@
/* Unisys thread utilities header                                            */
/*****************************************************************************/


#ifndef __UISTHREAD_H__
#define __UISTHREAD_H__


#include "linux/completion.h"

struct uisthread_info {
@@ -33,7 +31,6 @@ struct uisthread_info {
	struct completion has_stopped;
};


/* returns 0 for failure, 1 for success */
int uisthread_start(
	struct uisthread_info *thrinfo,