summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Siles <vincent.siles@provenrun.com>2017-05-02 17:18:40 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-15 08:41:58 +0300
commit8bf2f0b22b5e93fcff13d8b041fffbc2610cbf51 (patch)
tree95c57f4e5948660209d90fed987b058988462634
parent588c1840e2bc281c3a97d02d6f607de17189bd59 (diff)
downloadlinux-8bf2f0b22b5e93fcff13d8b041fffbc2610cbf51.tar.xz
staging: wilc1000: Stripping '-' comments
Removing some '-' comments to fit in the 80 characters limit Signed-off-by: Vincent Siles <vincent.siles@provenrun.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wilc1000/wilc_debugfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/wilc_debugfs.c b/drivers/staging/wilc1000/wilc_debugfs.c
index 5c93c7c22652..4c28ee2b759a 100644
--- a/drivers/staging/wilc1000/wilc_debugfs.c
+++ b/drivers/staging/wilc1000/wilc_debugfs.c
@@ -20,7 +20,7 @@
static struct dentry *wilc_dir;
/*
- * --------------------------------------------------------------------------------
+ * ----------------------------------------------------------------------------
*/
#define DEBUG BIT(0)
#define INFO BIT(1)
@@ -32,7 +32,7 @@ static atomic_t WILC_DEBUG_LEVEL = ATOMIC_INIT(ERR);
EXPORT_SYMBOL_GPL(WILC_DEBUG_LEVEL);
/*
- * --------------------------------------------------------------------------------
+ * ----------------------------------------------------------------------------
*/
static ssize_t wilc_debug_level_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos)
@@ -75,7 +75,7 @@ static ssize_t wilc_debug_level_write(struct file *filp, const char __user *buf,
}
/*
- * --------------------------------------------------------------------------------
+ * ----------------------------------------------------------------------------
*/
#define FOPS(_open, _read, _write, _poll) { \