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

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
...@@ -19,11 +19,9 @@ ...@@ -19,11 +19,9 @@
/* Unisys thread utilities header */ /* Unisys thread utilities header */
/*****************************************************************************/ /*****************************************************************************/
#ifndef __UISTHREAD_H__ #ifndef __UISTHREAD_H__
#define __UISTHREAD_H__ #define __UISTHREAD_H__
#include "linux/completion.h" #include "linux/completion.h"
struct uisthread_info { struct uisthread_info {
...@@ -33,7 +31,6 @@ struct uisthread_info { ...@@ -33,7 +31,6 @@ struct uisthread_info {
struct completion has_stopped; struct completion has_stopped;
}; };
/* returns 0 for failure, 1 for success */ /* returns 0 for failure, 1 for success */
int uisthread_start( int uisthread_start(
struct uisthread_info *thrinfo, struct uisthread_info *thrinfo,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment