Commit 970e82df authored by Fernando Apesteguia's avatar Fernando Apesteguia Committed by Greg Kroah-Hartman

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: default avatarFernando Apesteguia <fernando.apesteguia@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 60dcf58a
...@@ -602,31 +602,31 @@ static void dgnc_do_remap(struct dgnc_board *brd) ...@@ -602,31 +602,31 @@ static void dgnc_do_remap(struct dgnc_board *brd)
brd->re_map_membase = ioremap(brd->membase, 0x1000); brd->re_map_membase = ioremap(brd->membase, 0x1000);
} }
/***************************************************************************** /*
* *
* Function: * Function:
* *
* dgnc_poll_handler * dgnc_poll_handler
* *
* Author: * Author:
* *
* Scott H Kilau * Scott H Kilau
* *
* Parameters: * Parameters:
* *
* dummy -- ignored * dummy -- ignored
* *
* Return Values: * Return Values:
* *
* none * none
* *
* Description: * Description:
* *
* As each timer expires, it determines (a) whether the "transmit" * As each timer expires, it determines (a) whether the "transmit"
* waiter needs to be woken up, and (b) whether the poller needs to * waiter needs to be woken up, and (b) whether the poller needs to
* be rescheduled. * be rescheduled.
* *
******************************************************************************/ */
static void dgnc_poll_handler(ulong dummy) static void dgnc_poll_handler(ulong dummy)
{ {
......
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