public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] static should be at beginning of declaration
@ 2011-07-09 21:08 Jesper Juhl
  2011-07-09 21:11 ` [PATCH 1/7] ARM: " Jesper Juhl
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jesper Juhl @ 2011-07-09 21:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial

[-- Attachment #1: Type: TEXT/PLAIN, Size: 626 bytes --]

Here's a small series of patches that ake sure that the 'static' keywork 
is at the beginning of declarations.

This gets rid of warnings like
  warning: ‘static’ is not at beginning of declaration
when building with -Wold-style-declaration (and/or -Wextra which also
enables it).

I've cleaned out a number of these in the past and this patch set 
represents the last few remaining offenders in the entire tree.

All patches will be sent as replies to this mail.

-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

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

end of thread, other threads:[~2011-08-02 10:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-09 21:08 [PATCH 0/7] static should be at beginning of declaration Jesper Juhl
2011-07-09 21:11 ` [PATCH 1/7] ARM: " Jesper Juhl
2011-07-09 21:12 ` [PATCH 2/7] MIPS: " Jesper Juhl
2011-08-02  9:24   ` Ralf Baechle
2011-07-09 21:16 ` [PATCH 3/7] SH: " Jesper Juhl
2011-07-09 21:17 ` [PATCH 4/7] XTENSA: " Jesper Juhl
2011-07-09 21:20 ` [PATCH 5/7] drivers/i2c: " Jesper Juhl
2011-07-09 21:22 ` [PATCH 6/7] drivers/media: " Jesper Juhl
2011-07-09 21:24 ` [PATCH 7/7] drivers/net: " Jesper Juhl
2011-07-12  5:15   ` David Miller
2011-07-11 12:16 ` [PATCH 0/7] " Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox