From: Phil Sutter <phil@nwl.cc>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: netdev@vger.kernel.org
Subject: [iproute PATCH 0/4] Smaller link type help review
Date: Tue, 28 Mar 2017 23:19:35 +0200 [thread overview]
Message-ID: <20170328211939.17922-1-phil@nwl.cc> (raw)
This series addresses some minor nits with link type specific help
texts:
* Unify coding style of print_help() callbacks (or the functions they
call.
* Unify output as much as possible for a common look and feel.
* Make sure there's type specific help for each type listed in 'ip link
help'.
Phil Sutter (4):
ip: link: bond: Fix whitespace in help text
ip: link: macvlan: Add newline to help output
ip: link: Unify link type help functions a bit
ip: link: Add missing link type help texts
ip/Makefile | 3 ++-
ip/iplink_bond.c | 2 +-
ip/iplink_dummy.c | 16 ++++++++++++++++
ip/iplink_geneve.c | 28 ++++++++++++++++++----------
ip/iplink_ifb.c | 16 ++++++++++++++++
ip/iplink_ipoib.c | 4 +++-
ip/iplink_macvlan.c | 1 +
ip/iplink_nlmon.c | 16 ++++++++++++++++
ip/iplink_team.c | 25 +++++++++++++++++++++++++
ip/iplink_vcan.c | 16 ++++++++++++++++
ip/iplink_vlan.c | 15 +++++++++------
ip/iplink_vxlan.c | 44 +++++++++++++++++++++++++++++---------------
ip/link_gre.c | 36 +++++++++++++++++++++++-------------
ip/link_gre6.c | 47 ++++++++++++++++++++++++++++-------------------
ip/link_ip6tnl.c | 46 +++++++++++++++++++++++++++-------------------
ip/link_iptnl.c | 38 ++++++++++++++++++++++++++------------
ip/link_vti.c | 17 +++++++++--------
17 files changed, 265 insertions(+), 105 deletions(-)
create mode 100644 ip/iplink_dummy.c
create mode 100644 ip/iplink_ifb.c
create mode 100644 ip/iplink_nlmon.c
create mode 100644 ip/iplink_team.c
create mode 100644 ip/iplink_vcan.c
--
2.11.0
next reply other threads:[~2017-03-28 21:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-28 21:19 Phil Sutter [this message]
2017-03-28 21:19 ` [iproute PATCH 1/4] ip: link: bond: Fix whitespace in help text Phil Sutter
2017-03-28 21:19 ` [iproute PATCH 2/4] ip: link: macvlan: Add newline to help output Phil Sutter
2017-03-28 21:19 ` [iproute PATCH 3/4] ip: link: Unify link type help functions a bit Phil Sutter
2017-03-28 21:19 ` [iproute PATCH 4/4] ip: link: Add missing link type help texts Phil Sutter
2017-04-04 21:53 ` [iproute PATCH 0/4] Smaller link type help review Stephen Hemminger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170328211939.17922-1-phil@nwl.cc \
--to=phil@nwl.cc \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).