From patchwork Sun Nov 2 10:29:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Quartulli X-Patchwork-Id: 4197 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 ESMTP id 2951C601095 for ; Sun, 2 Nov 2014 11:32:03 +0100 (CET) From: Antonio Quartulli To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 2 Nov 2014 11:29:57 +0100 Message-Id: <1414924197-24141-2-git-send-email-antonio@meshcoding.com> In-Reply-To: <1414924197-24141-1-git-send-email-antonio@meshcoding.com> References: <1414924197-24141-1-git-send-email-antonio@meshcoding.com> Cc: Antonio Quartulli Subject: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: remove useless return at the of a void function 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: Sun, 02 Nov 2014 10:32:04 -0000 Reported-by: checkpath Signed-off-by: Antonio Quartulli --- debugfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/debugfs.c b/debugfs.c index d9b9a8e..a497287 100644 --- a/debugfs.c +++ b/debugfs.c @@ -233,7 +233,6 @@ static int batadv_debug_log_setup(struct batadv_priv *bat_priv) static void batadv_debug_log_cleanup(struct batadv_priv *bat_priv) { - return; } #endif