android_kernel_motorola_sm6225/drivers/net/wireless/b43legacy
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...)))
Standardize the style for compiler based printf format verification.
Standardized the location of __printf too.

Done via script and a little typing.

$ grep -rPl --include=*.[ch] -w "__attribute__" * | \
  grep -vP "^(tools|scripts|include/linux/compiler-gcc.h)" | \
  xargs perl -n -i -e 'local $/; while (<>) { s/\b__attribute__\s*\(\s*\(\s*format\s*\(\s*printf\s*,\s*(.+)\s*,\s*(.+)\s*\)\s*\)\s*\)/__printf($1, $2)/g ; print; }'

[akpm@linux-foundation.org: revert arch bits]
Signed-off-by: Joe Perches <joe@perches.com>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-10-31 17:30:54 -07:00
..
b43legacy.h treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
debugfs.c Update my e-mail address 2011-07-07 15:18:01 +02:00
debugfs.h
dma.c b43legacy: remove 64-bit DMA support 2011-08-08 16:04:08 -04:00
dma.h b43legacy: remove 64-bit DMA support 2011-08-08 16:04:08 -04:00
ilt.c Update my e-mail address 2011-07-07 15:18:01 +02:00
ilt.h
Kconfig
leds.c Update my e-mail address 2011-07-07 15:18:01 +02:00
leds.h
main.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
main.h Update my e-mail address 2011-07-07 15:18:01 +02:00
Makefile
phy.c Update my e-mail address 2011-07-07 15:18:01 +02:00
phy.h Update my e-mail address 2011-07-07 15:18:01 +02:00
pio.c Update my e-mail address 2011-07-07 15:18:01 +02:00
pio.h
radio.c Update my e-mail address 2011-07-07 15:18:01 +02:00
radio.h Update my e-mail address 2011-07-07 15:18:01 +02:00
rfkill.c Update my e-mail address 2011-07-07 15:18:01 +02:00
rfkill.h
sysfs.c Update my e-mail address 2011-07-07 15:18:01 +02:00
sysfs.h
xmit.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2011-07-25 13:56:39 -07:00
xmit.h