From patchwork Sat Dec 7 10:21:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Quartulli X-Patchwork-Id: 3687 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=178.209.62.157; helo=s3.neomailbox.net; envelope-from=antonio@meshcoding.com; receiver=b.a.t.m.a.n@lists.open-mesh.org Received: from s3.neomailbox.net (s3.neomailbox.net [178.209.62.157]) by open-mesh.org (Postfix) with ESMTPS id 87D82602255 for ; Sat, 7 Dec 2013 11:22:08 +0100 (CET) From: Antonio Quartulli To: b.a.t.m.a.n@lists.open-mesh.org Date: Sat, 7 Dec 2013 11:21:24 +0100 Message-Id: <1386411684-2448-4-git-send-email-antonio@meshcoding.com> In-Reply-To: <1386411684-2448-1-git-send-email-antonio@meshcoding.com> References: <1386411684-2448-1-git-send-email-antonio@meshcoding.com> Cc: Antonio Quartulli Subject: [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: fix typ0s in batadv_tt_global_is_isolated() X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 10:22:08 -0000 Introduced by 6fa38a2c72cc79dd961a6d9ed00d32e1c308b448 ("batman-adv: set the isolation mark in the skb if needed") Signed-off-by: Antonio Quartulli --- translation-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation-table.c b/translation-table.c index 6fbb6a0..9fee80c 100644 --- a/translation-table.c +++ b/translation-table.c @@ -3584,7 +3584,7 @@ int batadv_tt_init(struct batadv_priv *bat_priv) * @addr: the mac address of the client * @vid: the identifier of the VLAN where this client is connected * - * Return true if the client is marked with the TT_CLIENT_ISOLA flag, flase + * Returns true if the client is marked with the TT_CLIENT_ISOLA flag, false * otherwise */ bool batadv_tt_global_is_isolated(struct batadv_priv *bat_priv,