]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: dgnc: Fix space required after that ','
authorSeunghun Lee <waydi1@gmail.com>
Thu, 24 Jul 2014 15:26:53 +0000 (00:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2014 22:04:22 +0000 (15:04 -0700)
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>
drivers/staging/dgnc/dgnc_driver.h

index fe5ea903bbe25474ad1ab9cde1af3f39acdf433e..b40ee2c9f61c0aad88b19f7b4701393aadb87823 100644 (file)
  * 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.