Commit bd451d5e authored by Jesper Nilsson's avatar Jesper Nilsson

[CRISv10] Correct whitespace damage.

The previous patch was whitespace damaged, correct to indent
using tabs.
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 3aa30df3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment