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:
3aa30df
)
[CRISv10] Correct whitespace damage.
author
Jesper Nilsson
<jesper@jni.nu>
Mon, 30 Jun 2008 21:22:51 +0000
(23:22 +0200)
committer
Jesper Nilsson
<jesper@jni.nu>
Mon, 30 Jun 2008 21:22:51 +0000
(23:22 +0200)
The previous patch was whitespace damaged, correct to indent
using tabs.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/arch-v10/kernel/debugport.c
patch
|
blob
|
history
diff --git
a/arch/cris/arch-v10/kernel/debugport.c
b/arch/cris/arch-v10/kernel/debugport.c
index 162730eb887ba96ac7d919f286961f14231a5ede..3dc6e91ba39e275a7005a36ec27a54893dad0eb9 100644
(file)
--- a/
arch/cris/arch-v10/kernel/debugport.c
+++ b/
arch/cris/arch-v10/kernel/debugport.c
@@
-432,10
+432,10
@@
static int dummy_write_room(struct tty_struct *tty)
}
static const struct tty_operations dummy_ops = {
-
.open = dummy_open,
-
.close = dummy_close,
-
.write = dummy_write,
-
.write_room = dummy_write_room,
+ .open = dummy_open,
+ .close = dummy_close,
+ .write = dummy_write,
+ .write_room = dummy_write_room,
};
void __init