Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219899
b: refs/heads/master
c: 952c699
h: refs/heads/master
i:
  219897: 97bec9c
  219895: 875efcd
v: v3
  • Loading branch information
Sven Eckelmann authored and Greg Kroah-Hartman committed Sep 20, 2010
1 parent 89ca0c8 commit 021d018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2250840111b362a30e35ce52770bde3692e402b2
refs/heads/master: 952c699c06f562b07dba4b1f91dfc02de928545d
2 changes: 0 additions & 2 deletions trunk/drivers/staging/batman-adv/originator.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,13 @@ int orig_seq_print_text(struct seq_file *seq, void *offset)
net_dev->name);
}

rcu_read_lock();
seq_printf(seq, "[B.A.T.M.A.N. adv %s%s, MainIF/MAC: %s/%s (%s)]\n",
SOURCE_VERSION, REVISION_VERSION_STR,
bat_priv->primary_if->net_dev->name,
bat_priv->primary_if->addr_str, net_dev->name);
seq_printf(seq, " %-15s %s (%s/%i) %17s [%10s]: %20s ...\n",
"Originator", "last-seen", "#", TQ_MAX_VALUE, "Nexthop",
"outgoingIF", "Potential nexthops");
rcu_read_unlock();

spin_lock_irqsave(&bat_priv->orig_hash_lock, flags);

Expand Down

0 comments on commit 021d018

Please sign in to comment.