projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47eb6c
)
staging: sbe-2t3e3: Fix line over 80 characters in cpld.c
author
Gulsah Kose
<gulsah.1004@gmail.com>
Sat, 22 Mar 2014 17:57:18 +0000
(19:57 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 18 Apr 2014 23:14:19 +0000
(16:14 -0700)
Fix checkpatch.pl issues with line over 80 characters in cpld.c
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sbe-2t3e3/cpld.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sbe-2t3e3/cpld.c
b/drivers/staging/sbe-2t3e3/cpld.c
index c6370d3d637f9d26884086db5e4ddc3ff7e9a80a..a93b05bf992cd6ddd871bea029a37973239ebd5f 100644
(file)
--- a/
drivers/staging/sbe-2t3e3/cpld.c
+++ b/
drivers/staging/sbe-2t3e3/cpld.c
@@
-30,7
+30,8
@@
static inline void cpld_set_bit(struct channel *channel, unsigned reg, u32 bit)
spin_unlock_irqrestore(&channel->card->bootrom_lock, flags);
}
-static inline void cpld_clear_bit(struct channel *channel, unsigned reg, u32 bit)
+static inline void cpld_clear_bit(struct channel *channel,
+ unsigned reg, u32 bit)
{
unsigned long flags;
spin_lock_irqsave(&channel->card->bootrom_lock, flags);