Commit 8bf2f0b2 authored by Vincent Siles's avatar Vincent Siles Committed by Greg Kroah-Hartman

staging: wilc1000: Stripping '-' comments

Removing some '-' comments to fit in the 80 characters limit
Signed-off-by: default avatarVincent Siles <vincent.siles@provenrun.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 588c1840
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
static struct dentry *wilc_dir; static struct dentry *wilc_dir;
/* /*
* -------------------------------------------------------------------------------- * ----------------------------------------------------------------------------
*/ */
#define DEBUG BIT(0) #define DEBUG BIT(0)
#define INFO BIT(1) #define INFO BIT(1)
...@@ -32,7 +32,7 @@ static atomic_t WILC_DEBUG_LEVEL = ATOMIC_INIT(ERR); ...@@ -32,7 +32,7 @@ static atomic_t WILC_DEBUG_LEVEL = ATOMIC_INIT(ERR);
EXPORT_SYMBOL_GPL(WILC_DEBUG_LEVEL); 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) 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, ...@@ -75,7 +75,7 @@ static ssize_t wilc_debug_level_write(struct file *filp, const char __user *buf,
} }
/* /*
* -------------------------------------------------------------------------------- * ----------------------------------------------------------------------------
*/ */
#define FOPS(_open, _read, _write, _poll) { \ #define FOPS(_open, _read, _write, _poll) { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment