mbox

[0/6] pull request for net-next: batman-adv 2017-08-02

Message ID 20170802142322.13376-1-sw@simonwunderlich.de
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.open-mesh.org/linux-merge.git tags/batadv-next-for-davem-20170802

Message

Simon Wunderlich Aug. 2, 2017, 2:23 p.m. UTC
Hi David,

here is a small feature/cleanup pull request of batman-adv to go into net-next.

Please pull or let me know of any problem!

Thank you,
      Simon

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-next-for-davem-20170802

for you to fetch changes up to e45eba2467bd64fd196dc6f8b50ff5e59c0058da:

  batman-adv: Convert batman-adv.txt to reStructuredText (2017-07-29 09:51:28 +0200)

----------------------------------------------------------------
This feature/cleanup patchset includes the following patches:

 - bump version strings, by Simon Wunderlich

 - Remove unnecessary length qualifier, by Joe Perches

 - Remove too short %pM field width, by Sven Eckelmann

 - Remove return value handling from skb_put_data, by Sven Eckelmann

 - Spelling fixes, by Colin Ian King

 - Convert batman-adv.txt to reStructuredText, by Sven Eckelmann

----------------------------------------------------------------
Colin Ian King (1):
      batman-adv: fix various spelling mistakes

Joe Perches (1):
      batman-adv: Remove unnecessary length qualifier in %14pM

Simon Wunderlich (1):
      batman-adv: Start new development cycle

Sven Eckelmann (3):
      batman-adv: Remove too short %pM printk field width
      batman-adv: Remove variable deprecated by skb_put_data
      batman-adv: Convert batman-adv.txt to reStructuredText

 Documentation/networking/00-INDEX       |   2 -
 Documentation/networking/batman-adv.rst | 220 ++++++++++++++++++++++++++++++++
 Documentation/networking/batman-adv.txt | 215 -------------------------------
 Documentation/networking/index.rst      |   1 +
 MAINTAINERS                             |   2 +-
 net/batman-adv/bat_iv_ogm.c             |   6 +-
 net/batman-adv/bat_v_ogm.c              |  16 +--
 net/batman-adv/distributed-arp-table.c  |   2 +-
 net/batman-adv/main.h                   |   2 +-
 net/batman-adv/send.c                   |   2 +-
 10 files changed, 235 insertions(+), 233 deletions(-)
 create mode 100644 Documentation/networking/batman-adv.rst
 delete mode 100644 Documentation/networking/batman-adv.txt

Comments

David Miller Aug. 3, 2017, 4:24 p.m. UTC | #1
From: Simon Wunderlich <sw@simonwunderlich.de>
Date: Wed,  2 Aug 2017 16:23:16 +0200

> here is a small feature/cleanup pull request of batman-adv to go into net-next.
> 
> Please pull or let me know of any problem!

Also pulled, thank you.