Skip to content

Commit

Permalink
[CRISv10] Correct whitespace damage.
Browse files Browse the repository at this point in the history
The previous patch was whitespace damaged, correct to indent
using tabs.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
Jesper Nilsson committed Jun 30, 2008
1 parent 3aa30df commit bd451d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/cris/arch-v10/kernel/debugport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd451d5

Please sign in to comment.