All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/36] Remove unnecessary casts of private_data
@ 2010-07-12 20:49 Joe Perches
  2010-07-12 20:49 ` [PATCH 01/36] arch/cris: " Joe Perches
                   ` (35 more replies)
  0 siblings, 36 replies; 72+ messages in thread
From: Joe Perches @ 2010-07-12 20:49 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

private_data is a void *, so remove the unnecessary casts

Joe Perches (36):
  arch/cris: Remove unnecessary casts of private_data
  arch/ia64: Remove unnecessary casts of private_data
  arch/powerpc: Remove unnecessary casts of private_data
  arch/s390: Remove unnecessary casts of private_data
  drivers/bluetooth: Remove unnecessary casts of private_data
  drivers/char: Remove unnecessary casts of private_data
  drivers/gpu: Remove unnecessary casts of private_data
  drivers/ieee1394: Remove unnecessary casts of private_data
  drivers/infiniband: Remove unnecessary casts of private_data
  drivers/isdn: Remove unnecessary casts of private_data
  drivers/media: Remove unnecessary casts of private_data
  drivers/misc: Remove unnecessary casts of private_data
  drivers/net/caif: Remove unnecessary casts of private_data
  drivers/net/wireless: Remove unnecessary casts of private_data
  drivers/s390: Remove unnecessary casts of private_data
  drivers/sbus: Remove unnecessary casts of private_data
  drivers/scsi: Remove unnecessary casts of private_data
  drivers/staging: Remove unnecessary casts of private_data
  drivers/usb/gadget: Remove unnecessary casts of private_data
  drivers/usb/misc: Remove unnecessary casts of private_data
  drivers/usb: Remove unnecessary casts of private_data
  fs/cifs: Remove unnecessary casts of private_data
  fs/coda: Remove unnecessary casts of private_data
  fs/ecryptfs: Remove unnecessary casts of private_data
  fs/ext3: Remove unnecessary casts of private_data
  fs/ext4: Remove unnecessary casts of private_data
  fs/ocfs2: Remove unnecessary casts of private_data
  fs: Remove unnecessary casts of private_data
  kernel/trace: Remove unnecessary casts of private_data
  kernel: Remove unnecessary casts of private_data
  net/core: Remove unnecessary casts of private_data
  net/irda: Remove unnecessary casts of private_data
  net/sunrpc: Remove unnecessary casts of private_data
  sound/soc/blackfin: Remove unnecessary casts of private_data
  sound/soc/davinci: Remove unnecessary casts of private_data
  sound/core: Remove unnecessary casts of private_data

 arch/cris/arch-v32/drivers/mach-fs/gpio.c     |   10 +++++-----
 arch/ia64/kernel/perfmon.c                    |   12 ++++++------
 arch/powerpc/kvm/timing.c                     |    2 +-
 arch/s390/kernel/debug.c                      |    6 +++---
 drivers/bluetooth/btmrvl_debugfs.c            |    2 +-
 drivers/char/snsc.c                           |    8 ++++----
 drivers/gpu/drm/radeon/radeon_ttm.c           |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c          |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c      |    2 +-
 drivers/ieee1394/dv1394.c                     |    4 ++--
 drivers/ieee1394/raw1394.c                    |    4 ++--
 drivers/ieee1394/video1394.c                  |    6 +++---
 drivers/infiniband/hw/ipath/ipath_file_ops.c  |    2 +-
 drivers/isdn/capi/capi.c                      |    6 +++---
 drivers/isdn/hysdn/hysdn_proclog.c            |    2 +-
 drivers/isdn/i4l/isdn_ppp.c                   |    2 +-
 drivers/media/IR/imon.c                       |    6 +++---
 drivers/media/common/saa7146_vbi.c            |    4 ++--
 drivers/media/common/saa7146_video.c          |    4 ++--
 drivers/media/dvb/bt8xx/dst_ca.c              |    2 +-
 drivers/media/video/cx18/cx18-ioctl.c         |    2 +-
 drivers/media/video/cx88/cx88-alsa.c          |    2 +-
 drivers/media/video/hdpvr/hdpvr-video.c       |    4 ++--
 drivers/media/video/mem2mem_testdev.c         |    4 ++--
 drivers/media/video/saa7134/saa7134-alsa.c    |    2 +-
 drivers/media/video/uvc/uvc_v4l2.c            |    8 ++++----
 drivers/misc/ibmasm/ibmasmfs.c                |    4 ++--
 drivers/net/caif/caif_spi.c                   |    4 ++--
 drivers/net/wireless/airo.c                   |   22 +++++++++++-----------
 drivers/net/wireless/ath/ath9k/htc_drv_main.c |    9 +++------
 drivers/net/wireless/iwlwifi/iwl-debugfs.c    |   10 +++++-----
 drivers/net/wireless/libertas/debugfs.c       |    4 ++--
 drivers/s390/block/dasd_eer.c                 |    6 +++---
 drivers/s390/char/tape_block.c                |    4 ++--
 drivers/s390/char/tape_char.c                 |    8 ++++----
 drivers/s390/char/vmcp.c                      |    6 +++---
 drivers/sbus/char/openprom.c                  |    4 ++--
 drivers/scsi/aacraid/linit.c                  |    2 +-
 drivers/scsi/pmcraid.c                        |    7 +++----
 drivers/scsi/sg.c                             |   18 +++++++++---------
 drivers/staging/batman-adv/bat_debugfs.c      |    4 ++--
 drivers/staging/batman-adv/icmp_socket.c      |   12 ++++--------
 drivers/staging/cx25821/cx25821-alsa.c        |    2 +-
 drivers/staging/easycap/easycap_ioctl.c       |    4 ++--
 drivers/staging/easycap/easycap_main.c        |    4 ++--
 drivers/staging/easycap/easycap_sound.c       |    2 +-
 drivers/usb/gadget/f_hid.c                    |    6 +++---
 drivers/usb/misc/ftdi-elan.c                  |    4 ++--
 drivers/usb/misc/iowarrior.c                  |    8 ++++----
 drivers/usb/misc/legousbtower.c               |    6 +++---
 drivers/usb/misc/sisusbvga/sisusb.c           |   10 +++++-----
 drivers/usb/misc/usblcd.c                     |    8 ++++----
 drivers/usb/usb-skeleton.c                    |    8 ++++----
 fs/cifs/file.c                                |   24 ++++++++++--------------
 fs/cifs/inode.c                               |    4 ++--
 fs/cifs/ioctl.c                               |    3 +--
 fs/coda/psdev.c                               |    8 ++++----
 fs/ecryptfs/ecryptfs_kernel.h                 |    2 +-
 fs/ext3/dir.c                                 |    2 +-
 fs/ext4/dir.c                                 |    2 +-
 fs/ext4/mballoc.c                             |    2 +-
 fs/ocfs2/dlm/dlmdebug.c                       |    6 +++---
 fs/ocfs2/dlmfs/dlmfs.c                        |    3 +--
 fs/ocfs2/dlmglue.c                            |    4 ++--
 fs/seq_file.c                                 |    6 +++---
 kernel/pm_qos_params.c                        |    2 +-
 kernel/trace/ftrace.c                         |    4 ++--
 kernel/trace/trace.c                          |    2 +-
 net/core/pktgen.c                             |    4 ++--
 net/irda/irnet/irnet_ppp.c                    |   10 +++++-----
 net/sunrpc/rpc_pipe.c                         |    4 ++--
 sound/core/oss/mixer_oss.c                    |   22 +++++++++++-----------
 sound/core/pcm.c                              |    3 +--
 sound/core/timer.c                            |    4 ++--
 sound/soc/blackfin/bf5xx-ac97.c               |    6 ++----
 sound/soc/blackfin/bf5xx-tdm.c                |    6 ++----
 sound/soc/davinci/davinci-pcm.c               |    2 +-
 77 files changed, 206 insertions(+), 225 deletions(-)


^ permalink raw reply	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2010-07-30 17:29 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-12 20:49 [PATCH 00/36] Remove unnecessary casts of private_data Joe Perches
2010-07-12 20:49 ` [PATCH 01/36] arch/cris: " Joe Perches
2010-07-30 17:24   ` Jesper Nilsson
2010-07-12 20:49 ` [PATCH 02/36] arch/ia64: " Joe Perches
2010-07-12 20:49   ` Joe Perches
2010-07-12 20:49 ` [PATCH 03/36] arch/powerpc: " Joe Perches
2010-07-12 20:49   ` Joe Perches
2010-07-12 20:49   ` Joe Perches
2010-07-12 20:49 ` [PATCH 04/36] arch/s390: " Joe Perches
2010-07-12 20:49 ` [PATCH 05/36] drivers/bluetooth: " Joe Perches
2010-07-12 21:40   ` Marcel Holtmann
2010-07-12 20:49 ` [PATCH 06/36] drivers/char: " Joe Perches
2010-07-12 20:49 ` [PATCH 07/36] drivers/gpu: " Joe Perches
2010-07-12 20:50 ` [PATCH 08/36] drivers/ieee1394: " Joe Perches
2010-07-13  8:25   ` Stefan Richter
2010-07-12 20:50 ` [PATCH 09/36] drivers/infiniband: " Joe Perches
     [not found]   ` <0074ff36bc27b141d3639e2d516cc6cd48364df6.1278967120.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2010-07-13 18:41     ` Ralph Campbell
2010-07-13 18:41       ` Ralph Campbell
2010-07-20 15:24       ` Jiri Kosina
2010-07-12 20:50 ` [PATCH 10/36] drivers/isdn: " Joe Perches
2010-07-13  4:13   ` David Miller
2010-07-12 20:50 ` [PATCH 11/36] drivers/media: " Joe Perches
2010-07-12 23:58   ` Jarod Wilson
2010-07-12 23:58     ` Jarod Wilson
2010-07-13  8:13   ` Laurent Pinchart
2010-07-12 20:50 ` [PATCH 12/36] drivers/misc: " Joe Perches
2010-07-12 20:50 ` [PATCH 13/36] drivers/net/caif: " Joe Perches
2010-07-13  4:13   ` David Miller
2010-07-12 20:50 ` [PATCH 14/36] drivers/net/wireless: " Joe Perches
2010-07-12 20:50   ` [ath9k-devel] " Joe Perches
2010-07-12 20:50   ` Joe Perches
2010-07-12 20:50   ` Joe Perches
2010-07-12 20:50 ` [PATCH 15/36] drivers/s390: " Joe Perches
2010-07-12 20:50 ` [PATCH 16/36] drivers/sbus: " Joe Perches
2010-07-13  4:18   ` David Miller
2010-07-13  5:04     ` Joe Perches
2010-07-12 20:50 ` [PATCH 17/36] drivers/scsi: " Joe Perches
2010-07-12 20:50 ` [PATCH 18/36] drivers/staging: " Joe Perches
2010-07-12 20:50 ` [PATCH 19/36] drivers/usb/gadget: " Joe Perches
2010-07-12 20:50 ` [PATCH 20/36] drivers/usb/misc: " Joe Perches
2010-07-12 20:50 ` [PATCH 21/36] drivers/usb: " Joe Perches
     [not found] ` <cover.1278967120.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2010-07-12 20:50   ` [PATCH 22/36] fs/cifs: " Joe Perches
2010-07-12 20:50     ` Joe Perches
     [not found]     ` <50f719e6afc5504af06be41c057062f625615a0b.1278967121.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2010-07-15  2:41       ` Steve French
2010-07-15  2:41         ` Steve French
2010-07-12 20:50 ` [PATCH 23/36] fs/coda: " Joe Perches
2010-07-12 20:50 ` [PATCH 24/36] fs/ecryptfs: " Joe Perches
2010-07-12 20:50 ` [PATCH 25/36] fs/ext3: " Joe Perches
2010-07-12 20:50 ` [PATCH 26/36] fs/ext4: " Joe Perches
2010-07-23 12:56   ` Ted Ts'o
2010-07-12 20:50 ` [PATCH 27/36] fs/ocfs2: " Joe Perches
2010-07-12 20:50   ` [Ocfs2-devel] " Joe Perches
2010-07-12 22:37   ` Joel Becker
2010-07-12 22:37     ` [Ocfs2-devel] " Joel Becker
2010-07-20 15:20     ` Jiri Kosina
2010-07-20 15:20       ` [Ocfs2-devel] " Jiri Kosina
2010-07-12 20:50 ` [PATCH 28/36] fs: " Joe Perches
2010-07-12 20:50 ` [PATCH 29/36] kernel/trace: " Joe Perches
2010-07-22 18:58   ` Steven Rostedt
2010-07-12 20:50 ` [PATCH 30/36] kernel: " Joe Perches
2010-07-12 20:50 ` [PATCH 31/36] net/core: " Joe Perches
2010-07-13  4:14   ` David Miller
2010-07-12 20:50 ` [PATCH 32/36] net/irda: " Joe Perches
2010-07-13  4:14   ` David Miller
2010-07-12 20:50 ` [PATCH 33/36] net/sunrpc: " Joe Perches
2010-07-12 20:50 ` [PATCH 34/36] sound/soc/blackfin: " Joe Perches
2010-07-13 10:45   ` Liam Girdwood
2010-07-13 10:45     ` Liam Girdwood
2010-07-13 11:38   ` Mark Brown
2010-07-13 11:38     ` Mark Brown
2010-07-12 20:50 ` [PATCH 35/36] sound/soc/davinci: " Joe Perches
2010-07-12 20:50 ` [PATCH 36/36] sound/core: " Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.