Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1476896
| From | Fernando Apesteguia <fernando.apesteguia@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: dgnc: Fix multi line comment alignment |
| Date | 2016-09-05 20:30 +0200 |
| Message-ID | <se6OB-7sU-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
---
drivers/staging/dgnc/dgnc_driver.c | 50 +++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c
index cc6105a..01e948c 100644
--- a/drivers/staging/dgnc/dgnc_driver.c
+++ b/drivers/staging/dgnc/dgnc_driver.c
@@ -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)
{
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] staging: dgnc: Fix multi line comment alignment Fernando Apesteguia <fernando.apesteguia@gmail.com> - 2016-09-05 20:30 +0200
Re: [PATCH] staging: dgnc: Fix multi line comment alignment Andrey Utkin <andrey_utkin@fastmail.com> - 2016-09-05 22:50 +0200
Re: [PATCH] staging: dgnc: Fix multi line comment alignment Fernando Apesteguia <fernando.apesteguia@gmail.com> - 2016-09-06 15:20 +0200
Re: [PATCH] staging: dgnc: Fix multi line comment alignment Andrey Utkin <andrey_utkin@fastmail.com> - 2016-09-06 16:50 +0200
csiph-web