linux_dsm_epyc7002/drivers/net/wireless/ath/ath5k
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
..
ahb.c ath5k: remove last references to "softc" 2011-08-08 16:04:14 -04:00
ani.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
ani.h ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
ath5k.h ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
attach.c ath5k: remove last references to "softc" 2011-08-08 16:04:14 -04:00
base.c ath5k: remove some unneeded error handling code 2011-10-11 16:41:09 -04:00
base.h ath5k: remove last references to "softc" 2011-08-08 16:04:14 -04:00
caps.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
debug.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
debug.h treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
desc.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
desc.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
dma.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
eeprom.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
eeprom.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
gpio.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
initvals.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
Kconfig
led.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
mac80211-ops.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
Makefile
pci.c ath5k: remove last references to "softc" 2011-08-08 16:04:14 -04:00
pcu.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
phy.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
qcu.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
reg.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
reset.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
rfbuffer.h ath5k: replace spaces with tabs as suggested by checkpatch.pl 2011-07-08 11:44:28 -04:00
rfgain.h ath5k: fix typos, bad comment formatting and GHz in place of MHz 2011-07-11 15:02:16 -04:00
rfkill.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
sysfs.c ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00
trace.h ath5k: clean up base.h and its use 2011-08-08 16:04:14 -04:00