All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: netdev@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] net: Remove extern from function prototypes
Date: Fri, 18 Oct 2013 13:48:21 -0700	[thread overview]
Message-ID: <cover.1382129045.git.joe@perches.com> (raw)

Remove the remainder of extern function prototypes from net/.../*.h files.

Joe Perches (4):
  net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
  net: dccp: Remove extern from function prototypes
  net: ipv4/ipv6: Remove extern from function prototypes
  net: misc: Remove extern from function prototypes

 net/8021q/vlan.h                    |  28 ++--
 net/bluetooth/hidp/hidp.h           |   4 +-
 net/bridge/br_private.h             | 299 +++++++++++++++++-------------------
 net/bridge/br_private_stp.h         |  24 +--
 net/can/af_can.h                    |   6 +-
 net/ceph/auth_none.h                |   2 +-
 net/ceph/auth_x.h                   |   2 +-
 net/ceph/crypto.h                   |  48 +++---
 net/dccp/ackvec.h                   |  21 ++-
 net/dccp/ccid.h                     |  18 +--
 net/dccp/ccids/lib/loss_interval.h  |   8 +-
 net/dccp/ccids/lib/packet_history.h |  25 ++-
 net/dccp/ccids/lib/tfrc.h           |  22 +--
 net/dccp/dccp.h                     | 186 +++++++++++-----------
 net/dccp/feat.h                     |  26 ++--
 net/ipv4/fib_lookup.h               |  26 ++--
 net/ipv4/tcp_vegas.h                |  10 +-
 net/ipv4/udp_impl.h                 |  36 ++---
 net/ipv6/udp_impl.h                 |  41 +++--
 net/irda/irnet/irnet.h              |  15 +-
 net/l2tp/l2tp_core.h                |  57 ++++---
 net/mac80211/rate.h                 |  12 +-
 net/netfilter/nf_internals.h        |  28 ++--
 net/rds/rds.h                       |   2 +-
 net/rxrpc/ar-internal.h             | 150 +++++++++---------
 net/tipc/core.h                     |  28 ++--
 net/wimax/wimax-internal.h          |  18 +--
 net/wireless/core.h                 |   6 +-
 net/wireless/sysfs.h                |   4 +-
 net/xfrm/xfrm_hash.h                |   4 +-
 30 files changed, 553 insertions(+), 603 deletions(-)

-- 
1.8.1.2.459.gbcd45b4.dirty


             reply	other threads:[~2013-10-18 20:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-18 20:48 Joe Perches [this message]
2013-10-18 20:48 ` [PATCH 1/4] net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes Joe Perches
2013-10-18 20:48 ` [PATCH 2/4] net: dccp: " Joe Perches
2013-10-18 20:48 ` [PATCH 3/4] net: ipv4/ipv6: " Joe Perches
2013-10-18 20:48 ` [PATCH 4/4] net: misc: " Joe Perches
2013-10-19 23:12 ` [PATCH 0/4] net: " David Miller
2013-10-20  5:05 ` nf_tables*.h: " Joe Perches
2013-10-21 21:19   ` David Miller

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=cover.1382129045.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.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 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.