dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/isdn/hisax
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
..
Kconfig
Makefile isdn: change to new flag variable 2011-03-17 14:05:34 +01:00
amd7930_fn.c
amd7930_fn.h
arcofi.c isdn: arcofi: Fix set-but-unused variables. 2011-04-17 16:36:28 -07:00
arcofi.h
asuscom.c
avm_a1.c
avm_a1p.c
avm_pci.c drivers/isdn/hisax: Add printf format/argument verification and fix fallout 2010-11-17 10:58:22 -08:00
avma1_cs.c pcmcia: Convert pcmcia_device_id declarations to const 2011-05-06 07:46:22 +02:00
bkm_a4t.c
bkm_a8.c
bkm_ax.h
callc.c treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
config.c isdn/hisax: fix compiler warning on hisax_pci_tbl 2010-12-08 10:49:00 -08:00
diva.c
elsa.c
elsa_cs.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 2011-05-24 13:28:35 -07:00
elsa_ser.c isdn: elsa_ser: Fix set-but-unused variables. 2011-04-17 16:38:33 -07:00
enternow_pci.c
fsm.c
fsm.h
gazel.c
hfc4s8s_l1.c
hfc4s8s_l1.h
hfc_2bds0.c drivers/isdn/hisax: Add printf format/argument verification and fix fallout 2010-11-17 10:58:22 -08:00
hfc_2bds0.h
hfc_2bs0.c drivers/isdn/hisax: Add printf format/argument verification and fix fallout 2010-11-17 10:58:22 -08:00
hfc_2bs0.h
hfc_pci.c Fix common misspellings 2011-03-31 11:26:23 -03:00
hfc_pci.h
hfc_sx.c Fix common misspellings 2011-03-31 11:26:23 -03:00
hfc_sx.h
hfc_usb.c isdn: hfc_usb: Fix set-but-unused variables. 2011-04-17 16:39:18 -07:00
hfc_usb.h Fix common misspellings 2011-03-31 11:26:23 -03:00
hfcscard.c
hisax.h treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
hisax_cfg.h
hisax_debug.h
hisax_fcpcipnp.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
hisax_fcpcipnp.h
hisax_if.h
hisax_isac.c
hisax_isac.h
hscx.c
hscx.h
hscx_irq.c
icc.c
icc.h
ipac.h
ipacx.c isdn: ipacx: Fix set-but-unused variables. 2011-04-17 16:40:40 -07:00
ipacx.h
isac.c
isac.h
isar.c isdn: Fix printed out copy_from_user() return value after previous change. 2010-12-10 16:52:38 -08:00
isar.h
isdnl1.c
isdnl1.h treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
isdnl2.c isdn: hisax: Use l2headersize() instead of dup (and buggy) func. 2011-02-15 12:18:09 -08:00
isdnl2.h
isdnl3.c treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
isdnl3.h
isurf.c
ix1_micro.c
jade.c isdn: jade: Fix set-but-unused variables. 2011-04-17 16:41:29 -07:00
jade.h
jade_irq.c
l3_1tr6.c drivers/isdn: delete double assignment 2010-10-27 12:23:21 -07:00
l3_1tr6.h
l3dss1.c isdn: l3dss1: Fix set-but-unused variables. 2011-04-17 16:42:15 -07:00
l3dss1.h
l3ni1.c isdn: l3ni1: Fix set-but-unused variables. 2011-04-17 16:43:20 -07:00
l3ni1.h
lmgr.c
mic.c
netjet.c drivers/isdn/hisax: Add printf format/argument verification and fix fallout 2010-11-17 10:58:22 -08:00
netjet.h
niccy.c
nj_s.c Fix common misspellings 2011-03-31 11:26:23 -03:00
nj_u.c
q931.c
s0box.c
saphir.c
sedlbauer.c
sedlbauer_cs.c pcmcia: Convert pcmcia_device_id declarations to const 2011-05-06 07:46:22 +02:00
sportster.c
st5481.h drivers/isdn/hisax: Drop unused list 2011-05-13 16:10:00 -04:00
st5481_b.c Fix common misspellings 2011-03-31 11:26:23 -03:00
st5481_d.c treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
st5481_init.c drivers/isdn/hisax: Drop unused list 2011-05-13 16:10:00 -04:00
st5481_usb.c Fix common misspellings 2011-03-31 11:26:23 -03:00
tei.c
teleint.c
teles0.c
teles3.c
teles_cs.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 2011-05-24 13:28:35 -07:00
telespci.c
w6692.c
w6692.h