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

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
Loading
Loading
Loading
Loading
+25 −25
Original line number Diff line number Diff line
@@ -602,7 +602,7 @@ static void dgnc_do_remap(struct dgnc_board *brd)
	brd->re_map_membase = ioremap(brd->membase, 0x1000);
}

/*****************************************************************************
/*
 *
 * Function:
 *
@@ -626,7 +626,7 @@ static void dgnc_do_remap(struct dgnc_board *brd)
 *    waiter needs to be woken up, and (b) whether the poller needs to
 *    be rescheduled.
 *
******************************************************************************/
 */

static void dgnc_poll_handler(ulong dummy)
{