staging: unisys: visorbus: visorchannel.c: Remove kernel-doc comment
Removes kernel-doc formatting for comment that precedes a static function. Signed-off-by: David Binder <david.binder@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5a330727a8
commit
3a8bc4b72c
|
@ -367,7 +367,7 @@ signalinsert_inner(struct visorchannel *channel, u32 queue, void *msg)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* visorchannel_create_guts() - creates the struct visorchannel abstraction
|
||||
* for a data area in memory, but does NOT modify
|
||||
* this data area
|
||||
|
|
Loading…
Reference in New Issue