summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
diff options
context:
space:
mode:
authorNavy Cheng2015-07-27 10:09:35 +0200
committerGreg Kroah-Hartman2015-08-01 01:14:53 +0200
commitf3c709b8fc1bbdeddd9b9c1f7785b9b35d2301d9 (patch)
treed7ff718e711feee3d0729f097c48f4216beefa1c /drivers/staging/dgnc
parentstaging: unisys: visornic - consolidate+simplify xmit watermark checks (diff)
downloadkernel-qcow2-linux-f3c709b8fc1bbdeddd9b9c1f7785b9b35d2301d9.tar.gz
kernel-qcow2-linux-f3c709b8fc1bbdeddd9b9c1f7785b9b35d2301d9.tar.xz
kernel-qcow2-linux-f3c709b8fc1bbdeddd9b9c1f7785b9b35d2301d9.zip
Staging: dgnc: dgnc_driver.h: remove unnecessary comments
The public headers is well known by others and the redundant commits make the code mess. Remove the comments of the public headers to make the code tidy. Signed-off-by: Navy Cheng <navych@126.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r--drivers/staging/dgnc/dgnc_driver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h
index d04671fa4b75..06ece5151fe4 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/drivers/staging/dgnc/dgnc_driver.h
@@ -21,9 +21,9 @@
#ifndef __DGNC_DRIVER_H
#define __DGNC_DRIVER_H
-#include <linux/types.h> /* To pick up the varions Linux types */
-#include <linux/tty.h> /* To pick up the various tty structs/defines */
-#include <linux/interrupt.h> /* For irqreturn_t type */
+#include <linux/types.h>
+#include <linux/tty.h>
+#include <linux/interrupt.h>
#include "digi.h" /* Digi specific ioctl header */
#include "dgnc_sysfs.h" /* Support for SYSFS */