projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff2e13
)
drivers/rtc/rtc-at32ap700x.c: fix checkpatch error
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:05:43 +0000
(15:05 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:46 +0000
(16:07 -0700)
Fixes the following error:
ERROR: space required before the open parenthesis '('
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-at32ap700x.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-at32ap700x.c
b/drivers/rtc/rtc-at32ap700x.c
index f47fbb5eee8bddd5d29d360c8142fcfc4547e67e..128896da1a1465e00da81ff97d1cc9c311e02d13 100644
(file)
--- a/
drivers/rtc/rtc-at32ap700x.c
+++ b/
drivers/rtc/rtc-at32ap700x.c
@@
-141,7
+141,7
@@
static int at32_rtc_alarm_irq_enable(struct device *dev, unsigned int enabled)
spin_lock_irq(&rtc->lock);
- if(enabled) {
+ if
(enabled) {
if (rtc_readl(rtc, VAL) > rtc->alarm_time) {
ret = -EINVAL;
goto out;