All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute PATCH 0/4] Smaller link type help review
@ 2017-03-28 21:19 Phil Sutter
  2017-03-28 21:19 ` [iproute PATCH 1/4] ip: link: bond: Fix whitespace in help text Phil Sutter
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Phil Sutter @ 2017-03-28 21:19 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-04 21:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 21:19 [iproute PATCH 0/4] Smaller link type help review Phil Sutter
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.