mirror of https://gitee.com/openkylin/linux.git
staging: unisys: visorchannel: Remove multiple blank lines
Remove the instances of multiple blank lines in the visorchannel files. Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5e62863aea
commit
0d511a3801
|
@ -25,5 +25,4 @@
|
|||
|
||||
#define MYDRVNAME "visorchannel"
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -504,7 +504,6 @@ visorchannel_signalinsert(VISORCHANNEL *channel, u32 queue, void *msg)
|
|||
}
|
||||
EXPORT_SYMBOL_GPL(visorchannel_signalinsert);
|
||||
|
||||
|
||||
int
|
||||
visorchannel_signalqueue_slots_avail(VISORCHANNEL *channel, u32 queue)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue