git: kernel: Use NULL instead of 0 for pointers, part 2/x.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Sep 13 02:59:19 PDT 2012
commit 4c0cc8bb2ce982450dbb941a440e2a55132f6fa1
Author: Sascha Wildner <saw at online.de>
Date: Thu Sep 13 11:57:19 2012 +0200
kernel: Use NULL instead of 0 for pointers, part 2/x.
Found-with: Coccinelle (http://coccinelle.lip6.fr/)
Summary of changes:
sys/dev/raid/amr/amr_pci.c | 4 ++--
sys/dev/raid/hptmv/entry.c | 4 ++--
sys/dev/raid/mlx/mlx.c | 16 ++++++++--------
sys/net/ppp/if_ppp.c | 24 ++++++++++++------------
sys/netinet6/ipsec.c | 14 +++++++-------
sys/platform/pc32/i386/pmap.c | 2 +-
sys/platform/pc64/x86_64/pmap.c | 2 +-
sys/platform/vkernel64/platform/pmap.c | 2 +-
8 files changed, 34 insertions(+), 34 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4c0cc8bb2ce982450dbb941a440e2a55132f6fa1
--
DragonFly BSD source repository
More information about the Commits
mailing list