summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.h
diff options
context:
space:
mode:
authorSeunghun Lee <waydi1@gmail.com>2014-07-25 00:26:53 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-24 15:04:22 -0700
commitfc1cfd3a5444c989fe9f5f6dbb5eaf4e24d982e0 (patch)
tree357b0f407cdab98eaf971ad8c7f3320657a67509 /drivers/staging/dgnc/dgnc_driver.h
parent71b1fd9ceadbc17dc1e5a1587959d158c0580773 (diff)
downloadop-kernel-dev-fc1cfd3a5444c989fe9f5f6dbb5eaf4e24d982e0.zip
op-kernel-dev-fc1cfd3a5444c989fe9f5f6dbb5eaf4e24d982e0.tar.gz
staging: dgnc: Fix space required after that ','
This patch fixes checkpatch errors: "space required after that ','" Signed-off-by: Seunghun Lee <waydi1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/dgnc_driver.h')
-rw-r--r--drivers/staging/dgnc/dgnc_driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h
index fe5ea90..b40ee2c 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/drivers/staging/dgnc/dgnc_driver.h
@@ -219,8 +219,8 @@
* Makes spotting lock/unlock locations easier.
*/
# define DGNC_SPINLOCK_INIT(x) spin_lock_init(&(x))
-# define DGNC_LOCK(x,y) spin_lock_irqsave(&(x), y)
-# define DGNC_UNLOCK(x,y) spin_unlock_irqrestore(&(x), y)
+# define DGNC_LOCK(x, y) spin_lock_irqsave(&(x), y)
+# define DGNC_UNLOCK(x, y) spin_unlock_irqrestore(&(x), y)
/*
* All the possible states the driver can be while being loaded.
OpenPOWER on IntegriCloud