Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186578
b: refs/heads/master
c: b665aac
h: refs/heads/master
v: v3
  • Loading branch information
Marek Lindner authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent e599f2b commit 2ceee90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9bbf1ecdb36e2395eecbf04229eaaedce3589db5
refs/heads/master: b665aac8a7b44bbffc32dfff8543227704136ed5
2 changes: 1 addition & 1 deletion trunk/drivers/staging/batman-adv/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static int proc_originators_read(struct seq_file *seq, void *offset)
addr_to_string(orig_str, orig_node->orig);
addr_to_string(router_str, orig_node->router->addr);

seq_printf(seq, "%-17s (%3i) %17s [%10s]:",
seq_printf(seq, "%-17s (%3i) %17s [%10s]:",
orig_str, orig_node->router->tq_avg,
router_str, orig_node->router->if_incoming->dev);

Expand Down

0 comments on commit 2ceee90

Please sign in to comment.