From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Antonio Quartulli Date: Sun, 18 May 2014 19:58:07 +0200 Message-Id: <1400435890-6667-1-git-send-email-antonio@meshcoding.com> Subject: [B.A.T.M.A.N.] pull request: batman-adv 20140518 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: , To: davem@davemloft.net Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Hello David, here you have our pull request for net-next. Unfortunately this time we have nothing exciting for you (as you may have seen we preferred to focus on bug fixing during the last period). Patch 1 and 2 slightly improve our codestyle in order to respect two new checks that have been recently introduced in checkpatch. Patch 3 is just increasing our internal version number. Please pull or let me know of any problem. Thanks a lot! Antonio The following changes since commit 33fcc5e05ea2b43ce0c6d356424ee5e25406f4c2: Merge branch 'cdc_ncm-coalesce' (2014-05-16 22:39:13 -0400) are available in the git repository at: git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem for you to fetch changes up to 871d3d9fdf1c2fb58927080c8e96edccb1fee010: batman-adv: Start new development cycle (2014-05-18 15:04:00 +0200) ---------------------------------------------------------------- Included changes: - fix codestyle to respect new checkpatch warnings - increase internal version number ---------------------------------------------------------------- Antonio Quartulli (2): batman-adv: add blank line between declarations and the rest of the code batman-adv: remove semi-colon after macro definition Simon Wunderlich (1): batman-adv: Start new development cycle net/batman-adv/debugfs.c | 13 +++++++++++-- net/batman-adv/distributed-arp-table.c | 1 + net/batman-adv/main.h | 2 +- net/batman-adv/network-coding.c | 1 + net/batman-adv/sysfs.c | 14 ++++++++++++-- 5 files changed, 26 insertions(+), 5 deletions(-)