public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesper Juhl <jesper.juhl@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>,
	Jan Engelhardt <jengelh@linux01.gwdg.de>,
	Jesper Juhl <jesper.juhl@gmail.com>
Subject: [PATCH 0/5] Remove redundant NULL checks before [kv]free
Date: Mon, 17 Apr 2006 03:43:25 +0200	[thread overview]
Message-ID: <200604170343.25872.jesper.juhl@gmail.com> (raw)


Here's another round of [kv]free NULL check cleanup patches.
A few CodingStyle cleanups crept in as well while I was in the area.

This time I think I got all of them (or at least all my script found).
If someone wants to take a look at this in the future and want to use the
small PHP script I used to find these, then it should be available at 
ftp://ftp.kernel.org/pub/linux/kernel/people/juhl/scripts/find_kvfree.php 
shortly (at least I've put it on master.kernel.org, so I assume it'll get 
out there soon).


Complete diffstat for the series : 

 arch/ia64/kernel/topology.c               |    7 --
 arch/ia64/sn/kernel/xpc_partition.c       |    8 --
 arch/powerpc/platforms/powermac/low_i2c.c |    3
 arch/um/kernel/irq.c                      |   93 +++++++++++++++---------------
 arch/um/os-Linux/irq.c                    |   47 +++++++--------
 drivers/char/agp/sgi-agp.c                |    5 -
 drivers/char/hvcs.c                       |   11 +--
 drivers/message/fusion/mptfc.c            |    6 -
 drivers/message/fusion/mptsas.c           |    3
 drivers/net/fs_enet/fs_enet-mii.c         |    3
 drivers/net/wireless/ipw2200.c            |   22 +------
 drivers/scsi/libata-scsi.c                |    4 -
 drivers/video/au1100fb.c                  |    3
 fs/ocfs2/vote.c                           |    8 --
 kernel/auditsc.c                          |    6 -
 net/ipv4/ipcomp.c                         |    7 --
 net/tipc/name_distr.c                     |    3
 17 files changed, 100 insertions(+), 139 deletions(-)

--
Jesper Juhl <jesper.juhl@gmail.com>


                 reply	other threads:[~2006-04-17  1:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200604170343.25872.jesper.juhl@gmail.com \
    --to=jesper.juhl@gmail.com \
    --cc=akpm@osdl.org \
    --cc=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox