From patchwork Sat Mar 10 22:44:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 145916 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C09B9B6FAA for ; Sun, 11 Mar 2012 09:45:51 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752184Ab2CJWpV (ORCPT ); Sat, 10 Mar 2012 17:45:21 -0500 Received: from nm18.bullet.mail.ukl.yahoo.com ([217.146.183.192]:30730 "HELO nm18.bullet.mail.ukl.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751736Ab2CJWpS (ORCPT ); Sat, 10 Mar 2012 17:45:18 -0500 Received: from [217.146.183.215] by nm18.bullet.mail.ukl.yahoo.com with NNFMP; 10 Mar 2012 22:45:17 -0000 Received: from [217.146.183.123] by tm8.bullet.mail.ukl.yahoo.com with NNFMP; 10 Mar 2012 22:45:17 -0000 Received: from [127.0.0.1] by smtp112.mail.ukl.yahoo.com with NNFMP; 10 Mar 2012 22:45:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1331419517; bh=1bargiWMrCSImbaw3U/Tx6JApHj92ys6gV7s7C6+f0I=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=bLFbEhDzgWLERHtK1KOqizPxFodD3U4/ydh/JEhMfk5NYKpjNl3cS5qJ60QHNTQLb4tIwfAzq/30PxzxZ1hAbXtCi8xUxjmNNbDyH4Tx2kLjHt9+FEnvC8lJoNAUqrtoTo/nbscWKoQwlMLrmmPk4pfNMKL4CCk/GzJ7yof8wAo= X-Yahoo-Newman-Id: 78284.64007.bm@smtp112.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: WU7hqioVM1nz4zYbdlz5u9iqc4xvoEVD_X2cuc6CYLEaTQK QLt6pCI6ozhd7nec23R0qUJIM3Iz_ethssn3tinJkoSkbWU6bUA1xbtIAslY Ic.Bi8qDkfrp4sZasRjlfM_aDW24G4lCeOeLznk2LdcMPclMF31jNUyiuHIZ OwXTbeltVgIa9dEFqa_FosG7c9MQSm_qez.q.D03onba46txPIXYsNm12gFU DQeDRzlWZGdYyA3CnttzZMDRYojtNfN7VQcDx7g4n6P2h_Ueyfebs2PoiSjJ s.07YpRvdHHGOL3xst57vA9XexQDsuCTz9QRVsGLwn4PC4.838TN_1PcZXrC B.PD37CiWsHBjqRptNmbmr6cU1YU9xYfBMKjjWljVCt6swC6AgrWXmXfkXKV dEelgFe17cMImV..bV6kei9WqtDltkdAWCSI8Y5gJvF0L3NelcMNDgDrj8.k wxOOcGMHJNbs6bqaZSkZzEblMKz77mcw- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@119.236.110.45 with plain) by smtp112.mail.ukl.yahoo.com with SMTP; 10 Mar 2012 14:45:15 -0800 PST From: Marek Lindner To: davem@davemloft.net Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: pull request: batman-adv 2012-03-11 Date: Sun, 11 Mar 2012 06:44:47 +0800 Message-Id: <1331419491-21333-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.9.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi David, here are a few late coming patches intended to be merged into net-next-2.6/3.4 if possible. This is nothing fancy: They make peace with the recently introduced checkpatch changes. Let me know if there any problems. Thanks, Marek The following changes since commit 7c64fd98ce512de6c6dae0452dc026446bd368d5: batman-adv: Fix indentation of multiline statements (2012-02-28 19:14:31 +0800) are available in the git repository at: git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem or older git versions: git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem for you to fetch changes up to 40e0c4f51d3fc3fd54edc797adae314fbe2b96a6: batman-adv: Remove spaces after a cast (2012-03-11 06:29:44 +0800) ---------------------------------------------------------------- checkpatch updates for batman-adv ---------------------------------------------------------------- Sven Eckelmann (4): batman-adv: Ignore 80-chars per line limits for strings batman-adv: Don't begin block comments with only a /* line batman-adv: Use {} braces consistent on the arms of a statement batman-adv: Remove spaces after a cast net/batman-adv/bat_iv_ogm.c | 57 +++++++++-------------- net/batman-adv/bat_sysfs.c | 16 +++--- net/batman-adv/gateway_client.c | 31 +++++------- net/batman-adv/gateway_common.c | 8 ++-- net/batman-adv/hard-interface.c | 36 +++++---------- net/batman-adv/icmp_socket.c | 12 ++--- net/batman-adv/main.c | 8 ++-- net/batman-adv/main.h | 13 +---- net/batman-adv/originator.c | 14 ++--- net/batman-adv/routing.c | 30 ++++++------ net/batman-adv/send.c | 6 +- net/batman-adv/soft-interface.c | 15 +++--- net/batman-adv/translation-table.c | 89 +++++++++++++++++------------------ net/batman-adv/unicast.c | 4 +- 14 files changed, 145 insertions(+), 194 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html