Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363955
b: refs/heads/master
c: dd7cc7e
h: refs/heads/master
i:
  363953: 30566f6
  363951: c3ce27c
v: v3
  • Loading branch information
Valentin Ilie authored and Greg Kroah-Hartman committed Apr 8, 2013
1 parent 3ce4a28 commit 40ff9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1159d7cc01b2209d7005f1e7630647f2b012893
refs/heads/master: dd7cc7e41825acd290fcd6aae08162ded5885693
6 changes: 3 additions & 3 deletions trunk/drivers/staging/fwserial/fwserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ static void fwtty_debugfs_show_port(struct seq_file *m, struct fwtty_port *port)
stats.watermark);

if (port->port.console) {
seq_printf(m, "\n ");
seq_puts(m, "\n ");
(*port->fwcon_ops->proc_show)(m, port->con_data);
}

Expand Down Expand Up @@ -1559,7 +1559,7 @@ static int fwtty_proc_show(struct seq_file *m, void *v)
if (capable(CAP_SYS_ADMIN))
fwtty_proc_show_port(m, port);
fwtty_port_put(port);
seq_printf(m, "\n");
seq_puts(m, "\n");
}
return 0;
}
Expand All @@ -1577,7 +1577,7 @@ static int fwtty_debugfs_stats_show(struct seq_file *m, void *v)
fwtty_proc_show_port(m, port);
fwtty_debugfs_show_port(m, port);
fwtty_port_put(port);
seq_printf(m, "\n");
seq_puts(m, "\n");
}
}
return 0;
Expand Down

0 comments on commit 40ff9a7

Please sign in to comment.