Thread (19 messages) read the whole thread 19 messages, 6 authors, 2013-09-28

Re: [PATCH 01/12] tcp.h: Remove extern from function prototypes

From: David Miller <davem@davemloft.net>
Date: 2013-09-23 20:45:28
Also in: lkml

From: Joe Perches <joe@perches.com>
Date: Mon, 23 Sep 2013 13:44:02 -0700
On Mon, 2013-09-23 at 16:30 -0400, David Miller wrote:
quoted
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
Sure.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help