alistair23-linux/drivers/isdn/gigaset
Joe Perches 5452fee23e drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second arg
Changed function pointer use from non-majority address-of style
to majority short form without & via:

grep -rPl "\btasklet_init\s*\([^,\)]+,\s*\&" drivers/isdn | while read file ; do \
        perl -i -e 'local $/; while (<>) { s@(\btasklet_init\s*\([^,\)]+,\s*)\&@\1@g ; print ; }' $file ;\
done

Compile tested allyesconfig x86

Signed-off-by: Joe Perches <joe@perches.com>

 drivers/isdn/gigaset/bas-gigaset.c |    4 ++--
 drivers/isdn/gigaset/common.c      |    2 +-
 drivers/isdn/gigaset/interface.c   |    2 +-
 drivers/isdn/gigaset/ser-gigaset.c |    2 +-
 drivers/isdn/gigaset/usb-gigaset.c |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-19 12:29:27 -08:00
..
asyncdata.c usb_gigaset: code cleanup 2009-10-29 01:37:10 -07:00
bas-gigaset.c drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second arg 2009-11-19 12:29:27 -08:00
capi.c gigaset: fix bad assumptions about CAPI skbuffs 2009-10-29 01:37:09 -07:00
common.c drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second arg 2009-11-19 12:29:27 -08:00
dummyll.c gigaset: allow building without I4L 2009-10-06 22:43:51 -07:00
ev-layer.c gigaset: convert strcmp chain to table lookup 2009-10-29 01:37:18 -07:00
gigaset.h gigaset: convert strcmp chain to table lookup 2009-10-29 01:37:18 -07:00
i4l.c gigaset: checkpatch cleanup 2009-10-29 01:37:12 -07:00
interface.c drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second arg 2009-11-19 12:29:27 -08:00
isocdata.c bas_gigaset: checkpatch cleanup 2009-10-29 01:37:14 -07:00
Kconfig gigaset: add Kernel CAPI interface (v3) 2009-10-06 22:43:53 -07:00
Makefile gigaset: add Kernel CAPI interface (v3) 2009-10-06 22:43:53 -07:00
proc.c gigaset: checkpatch cleanup 2009-10-29 01:37:12 -07:00
ser-gigaset.c drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second arg 2009-11-19 12:29:27 -08:00
usb-gigaset.c drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second arg 2009-11-19 12:29:27 -08:00