* [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing space in originator.c
@ 2010-10-23 13:46 Sven Eckelmann
2010-10-23 14:29 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2010-10-23 13:46 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
---
batman-adv/originator.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/batman-adv/originator.c b/batman-adv/originator.c
index afac4eb..15bf037 100644
--- a/batman-adv/originator.c
+++ b/batman-adv/originator.c
@@ -177,7 +177,7 @@ struct orig_node *get_orig_node(struct bat_priv *bat_priv, uint8_t *addr)
goto free_bcast_own_sum;
if (bat_priv->orig_hash->elements * 4 > bat_priv->orig_hash->size) {
- swaphash = hash_resize(bat_priv->orig_hash,choose_orig,
+ swaphash = hash_resize(bat_priv->orig_hash, choose_orig,
bat_priv->orig_hash->size * 2);
if (!swaphash)
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing space in originator.c
2010-10-23 13:46 [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing space in originator.c Sven Eckelmann
@ 2010-10-23 14:29 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2010-10-23 14:29 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Saturday 23 October 2010 15:46:02 Sven Eckelmann wrote:
> - swaphash = hash_resize(bat_priv->orig_hash,choose_orig,
> + swaphash = hash_resize(bat_priv->orig_hash, choose_orig,
Applied in revision 1847.
Thanks,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-23 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-23 13:46 [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing space in originator.c Sven Eckelmann
2010-10-23 14:29 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox