All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: fix typ0 in sysfs.c
@ 2013-12-07 10:21 Antonio Quartulli
  2013-12-07 10:21 ` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: fix typ0 in batadv_orig_hardif_seq_print_text() Antonio Quartulli
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Antonio Quartulli @ 2013-12-07 10:21 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

Fix a small typ0 in sysfs.c.
Introduced by 99a6eb50ef5066e125cedb97bc0fcfcdff4f08cc
("batman-adv: deselect current GW on client mode switch off")

Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
 sysfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysfs.c b/sysfs.c
index 2f89a57..037f411 100644
--- a/sysfs.c
+++ b/sysfs.c
@@ -407,7 +407,7 @@ static ssize_t batadv_store_gw_mode(struct kobject *kobj,
 		    curr_gw_mode_str, buff);
 
 	/* Invoking batadv_gw_reselect() is not enough to really de-select the
-	 * current GW. It will only instruct the gateway clientcode to perform
+	 * current GW. It will only instruct the gateway client code to perform
 	 * a re-election the next time that this is needed.
 	 *
 	 * When gw client mode is being switched off the current GW must be
-- 
1.8.5.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-12-11  8:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 10:21 [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: fix typ0 in sysfs.c Antonio Quartulli
2013-12-07 10:21 ` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: fix typ0 in batadv_orig_hardif_seq_print_text() Antonio Quartulli
2013-12-11  8:29   ` Marek Lindner
2013-12-07 10:21 ` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: fix typ0s in batadv_store_isolation_mark() Antonio Quartulli
2013-12-07 10:23   ` Antonio Quartulli
2013-12-11  8:30   ` Marek Lindner
2013-12-07 10:21 ` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: fix typ0s in batadv_tt_global_is_isolated() Antonio Quartulli
2013-12-11  8:31   ` Marek Lindner
2013-12-11  8:28 ` [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: fix typ0 in sysfs.c Marek Lindner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.