[CRISv10] Correct whitespace damage.
The previous patch was whitespace damaged, correct to indent using tabs. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
3aa30df3d0
commit
bd451d5ed2
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue