netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 01/12] tcp.h: Remove extern from function prototypes
Date: Mon, 23 Sep 2013 13:44:02 -0700	[thread overview]
Message-ID: <1379969042.3575.65.camel@joe-AO722> (raw)
In-Reply-To: <20130923.163010.976299939444640897.davem@davemloft.net>

On Mon, 2013-09-23 at 16:30 -0400, David Miller wrote:
> Series applied,

How about the same changes for the .h files in drivers/net ?

(slowly of course, and by maintained subsystem)

$ git grep -E "^\s*\bextern(\s+\w+){1,4}\s*\(\s*[^\*]" drivers/net/ | wc -l
1445

Maybe something like groups of:
$ git grep -E --name-only "^\s*\bextern(\s+\w+){1,4}\s*\(\s*[^\*]" drivers/net/  | \
	cut -f3- -d"/" | cut -f1,2 -d"/" | uniq | \
	while read file ; do if [ -d drivers/net/$file ] ; then echo $file ; fi ; done
can/mscan
can/softing
ethernet/8390
ethernet/adi
ethernet/amd
ethernet/atheros
ethernet/broadcom
ethernet/brocade
ethernet/chelsio
ethernet/cirrus
ethernet/emulex
ethernet/freescale
ethernet/ibm
ethernet/intel
ethernet/mellanox
ethernet/natsemi
ethernet/octeon
ethernet/oki-semi
ethernet/qlogic
ethernet/sfc
ethernet/stmicro
ethernet/ti
ethernet/toshiba
fddi/skfp
wimax/i2400m
wireless/ath
wireless/brcm80211
wireless/ipw2x00
wireless/iwlegacy
wireless/iwlwifi
wireless/mwifiex
wireless/orinoco
wireless/rtlwifi

  reply	other threads:[~2013-09-23 20:44 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-23 18:33 [PATCH 01/12] tcp.h: Remove extern from function prototypes Joe Perches
2013-09-23 18:33 ` [PATCH 02/12] udp.h: " Joe Perches
2013-09-23 18:33 ` [PATCH 03/12] udplite.h: " Joe Perches
2013-09-23 18:33 ` [PATCH 04/12] wext.h: " Joe Perches
2013-09-23 18:33 ` [PATCH 05/12] wimax.h: " Joe Perches
2013-09-23 18:33 ` [PATCH 06/12] x25.h: " Joe Perches
2013-09-23 18:33 ` [PATCH 07/12] xfrm.h: " Joe Perches
2013-09-23 18:37 ` [PATCH 08/12] bluetooth: " Joe Perches
2013-09-24  4:24   ` Marcel Holtmann
2013-09-23 18:37 ` [PATCH 09/12] caif_hsi.h: " Joe Perches
2013-09-23 18:37 ` [PATCH 10/12] irda: " Joe Perches
2013-09-23 18:37 ` [PATCH 11/12] netfilter: " Joe Perches
2013-09-28 19:17   ` Jan Engelhardt
2013-09-23 18:37 ` [PATCH 12/12] sctp: " Joe Perches
2013-09-23 19:11   ` Vlad Yasevich
2013-09-23 20:39   ` Neil Horman
2013-09-23 20:30 ` [PATCH 01/12] tcp.h: " David Miller
2013-09-23 20:44   ` Joe Perches [this message]
2013-09-23 20:45     ` 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=1379969042.3575.65.camel@joe-AO722 \
    --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 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).