[PATCH 00] A series of patches to use ARRAY_SIZE macro



Hi lovely list :),

Follows (as thread replies) is a series of patches to use ARRAY_SIZE
macro defined in kernel.h.

It's complementary to previous patch serieses that dealt with this
issue under `video' (drivers/media/video), `net' (drivers/net) and
`arch' subtrees.

drivers/acpi/toshiba_acpi.c | 2 +-
drivers/atm/he.c | 2 +-
drivers/atm/idt77252.c | 8 ++++----
drivers/atm/nicstarmac.c | 4 +++-
drivers/char/agp/intel-agp.c | 3 ++-
drivers/char/drm/drm_proc.c | 2 +-
drivers/infiniband/core/device.c | 3 ++-
drivers/isdn/capi/capi.c | 4 ++--
drivers/isdn/capi/capidrv.c | 4 ++--
drivers/isdn/hardware/eicon/debug.c | 30 +++++++++++++++---------------
drivers/isdn/hardware/eicon/message.c | 23 +++++++++++------------
drivers/isdn/hardware/eicon/platform.h | 4 ----
drivers/kvm/kvm_svm.h | 3 ++-
drivers/kvm/svm.c | 5 +++--
drivers/kvm/vmx.c | 6 +++---
drivers/md/md.c | 6 +++---
drivers/media/dvb/bt8xx/dst.c | 2 +-
drivers/media/dvb/bt8xx/dvb-bt8xx.c | 3 ++-
drivers/media/dvb/frontends/cx24110.c | 4 ++--
drivers/media/dvb/frontends/cx24123.c | 6 +++---
drivers/media/dvb/ttpci/av7110_ir.c | 3 ++-
drivers/s390/cio/device_id.c | 3 ++-
drivers/w1/slaves/w1_therm.c | 6 +++---
fs/reiserfs/do_balan.c | 5 +++--
kernel/rcutorture.c | 2 +-
sound/oss/au1550_ac97.c | 4 ++--
sound/oss/es1371.c | 3 ++-
sound/oss/nec_vrc5477.c | 4 ++--
sound/oss/soundcard.c | 5 +++--
sound/oss/swarm_cs4297a.c | 3 ++-
30 files changed, 85 insertions(+), 77 deletions(-)

Thanks,
--
Ahmed S. Darwish
http://darwish-07.blogspot.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: Programatically activate the previously active document?
    ... Yes, I saw it dealt with User forms, but since it referred to objects, and a document is an object, I didn't want to exclude the possibility that it might apply to documents as well, though I didn't think it likely. ... And of course AutoOpen is not an event, it is a macro, but it is run by an event, the opening of a document. ... This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and ...
    (microsoft.public.word.vba.general)
  • Re: [PATCH 1/23] make section names compatible with -ffunction-sections -fdata-secti
    ... arch-independent, but still is duplicated in every arch. ... I noticed this while writing another patch, ... effort to reduce code duplication in these files? ... macro for generic sections. ...
    (Linux-Kernel)
  • access_ok macor
    ... I am trying to solve one thing around access_ok macro. ... Microblaze memory map is below ... This fault could be fixed by changed access_ok macro where I check bottom limit ... if is the right solution because none arch do it. ...
    (Linux-Kernel)
  • ExecuteCommand Command
    ... I'm trying to use the ExecuteCommand command in a VB macro. ... What I really want to pass are two parameters for what type of goto ... Anyone dealt with this before? ...
    (microsoft.public.vstudio.development)