mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 11:56:48 +00:00
staging: dgnc: Fix multi line comment alignment
Fix alignment in multi line comment block. Remove extra '*' to use the preferred comment style as in Documentation/CodingStyle Signed-off-by: Fernando Apesteguia <fernando.apesteguia@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
60dcf58a62
commit
970e82dfad
@ -602,31 +602,31 @@ static void dgnc_do_remap(struct dgnc_board *brd)
|
||||
brd->re_map_membase = ioremap(brd->membase, 0x1000);
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
*
|
||||
* Function:
|
||||
*
|
||||
* dgnc_poll_handler
|
||||
*
|
||||
* Author:
|
||||
*
|
||||
* Scott H Kilau
|
||||
*
|
||||
* Parameters:
|
||||
*
|
||||
* dummy -- ignored
|
||||
*
|
||||
* Return Values:
|
||||
*
|
||||
* none
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
* As each timer expires, it determines (a) whether the "transmit"
|
||||
* waiter needs to be woken up, and (b) whether the poller needs to
|
||||
* be rescheduled.
|
||||
*
|
||||
******************************************************************************/
|
||||
/*
|
||||
*
|
||||
* Function:
|
||||
*
|
||||
* dgnc_poll_handler
|
||||
*
|
||||
* Author:
|
||||
*
|
||||
* Scott H Kilau
|
||||
*
|
||||
* Parameters:
|
||||
*
|
||||
* dummy -- ignored
|
||||
*
|
||||
* Return Values:
|
||||
*
|
||||
* none
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
* As each timer expires, it determines (a) whether the "transmit"
|
||||
* waiter needs to be woken up, and (b) whether the poller needs to
|
||||
* be rescheduled.
|
||||
*
|
||||
*/
|
||||
|
||||
static void dgnc_poll_handler(ulong dummy)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user