Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227951
b: refs/heads/master
c: e38b67c
h: refs/heads/master
i:
  227949: 8d07615
  227947: 1de15ab
  227943: 47a9565
  227935: cf2cd0b
v: v3
  • Loading branch information
Sven Eckelmann authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 2d38dac commit 0f7f439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: eba499d3e376983f4d521bac05bf7e9a634ace2f
refs/heads/master: e38b67c7cd3d2e377868e4c8ff4772f14ec7c45b
3 changes: 1 addition & 2 deletions trunk/drivers/staging/batman-adv/vis.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ static ssize_t vis_data_read_prim_sec(char *buff, struct hlist_head *if_list)
hlist_for_each_entry(entry, pos, if_list, list) {
if (entry->primary)
len += sprintf(buff + len, "PRIMARY, ");
else {
else
len += sprintf(buff + len, "SEC %pM, ", entry->addr);
}
}

return len;
Expand Down

0 comments on commit 0f7f439

Please sign in to comment.