mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-10 19:43:29 +00:00
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>
This commit is contained in:
parent
71b1fd9cea
commit
fc1cfd3a54
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user