diff options
author | Jesper Nilsson <jesper@jni.nu> | 2008-06-30 17:22:51 -0400 |
---|---|---|
committer | Jesper Nilsson <jesper@jni.nu> | 2008-06-30 17:22:51 -0400 |
commit | bd451d5ed206cda4ed0e03fac4e5dece2fd7767f (patch) | |
tree | 5fc77fb06aed39319ec42b53c50fad46c3b76824 /arch/cris/arch-v10 | |
parent | 3aa30df3d0d78f568cff9d6a98ae01ae55494f10 (diff) |
[CRISv10] Correct whitespace damage.
The previous patch was whitespace damaged, correct to indent
using tabs.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/debugport.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/cris/arch-v10/kernel/debugport.c b/arch/cris/arch-v10/kernel/debugport.c index 162730eb887b..3dc6e91ba39e 100644 --- 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) | |||
432 | } | 432 | } |
433 | 433 | ||
434 | static const struct tty_operations dummy_ops = { | 434 | static const struct tty_operations dummy_ops = { |
435 | .open = dummy_open, | 435 | .open = dummy_open, |
436 | .close = dummy_close, | 436 | .close = dummy_close, |
437 | .write = dummy_write, | 437 | .write = dummy_write, |
438 | .write_room = dummy_write_room, | 438 | .write_room = dummy_write_room, |
439 | }; | 439 | }; |
440 | 440 | ||
441 | void __init | 441 | void __init |