projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b40f5
)
batman-adv: beautify supported routing algorithm list
author
Marek Lindner
<mareklindner@neomailbox.ch>
Fri, 17 Jul 2015 14:25:59 +0000
(22:25 +0800)
committer
Antonio Quartulli
<antonio@meshcoding.com>
Mon, 24 Aug 2015 22:12:24 +0000
(
00:12
+0200)
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/main.c
patch
|
blob
|
history
diff --git
a/net/batman-adv/main.c
b/net/batman-adv/main.c
index 50fc07b9d353e347a5cf98c2535142b6e08565a9..e61c5f3633d0e49baaf0c05b6bcccd4ee6634eff 100644
(file)
--- a/
net/batman-adv/main.c
+++ b/
net/batman-adv/main.c
@@
-584,7
+584,7
@@
int batadv_algo_seq_print_text(struct seq_file *seq, void *offset)
seq_puts(seq, "Available routing algorithms:\n");
hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) {
- seq_printf(seq, "%s\n", bat_algo_ops->name);
+ seq_printf(seq, "
*
%s\n", bat_algo_ops->name);
}
return 0;