summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-18 17:49:24 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-19 14:25:11 +0100
commit29e9b7bf0d20f8d05bc271ef0eea040b0e942eb3 (patch)
tree34184dab0aa799ea8f14d5134c36ecfe86db8eec /drivers/staging/dgnc
parent608859b6b86b09fd446bde0dca8aa531ee701680 (diff)
staging: dgnc: dgnc_mgmt.c Comment style modifications
Make modifications for comment style Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r--drivers/staging/dgnc/dgnc_mgmt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/staging/dgnc/dgnc_mgmt.c b/drivers/staging/dgnc/dgnc_mgmt.c
index 683c098391d9..9d9b15d6358a 100644
--- a/drivers/staging/dgnc/dgnc_mgmt.c
+++ b/drivers/staging/dgnc/dgnc_mgmt.c
@@ -13,13 +13,11 @@
* PURPOSE. See the GNU General Public License for more details.
*/
-/************************************************************************
- *
+/*
* This file implements the mgmt functionality for the
* Neo and ClassicBoard based product lines.
- *
- ************************************************************************
*/
+
#include <linux/kernel.h>
#include <linux/ctype.h>
#include <linux/sched.h> /* For jiffies, task states */