mbox

pull request: batman-adv 20140518

Message ID 1400435890-6667-1-git-send-email-antonio@meshcoding.com (mailing list archive)
State Not Applicable, archived
Headers

Pull-request

git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem

Message

Antonio Quartulli May 18, 2014, 5:58 p.m. UTC
  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(-)
  

Comments

David Miller May 19, 2014, 1:27 a.m. UTC | #1
From: Antonio Quartulli <antonio@meshcoding.com>
Date: Sun, 18 May 2014 19:58:07 +0200

> 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.

Pulled, thanks Antonio.