git: kernel: Use NULL for pointers, not 0.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Apr 18 00:37:48 PDT 2019
commit 914b334caa4993ed40bff3051e312b79618549cb
Author: Sascha Wildner <saw at online.de>
Date: Thu Apr 18 09:34:20 2019 +0200
kernel: Use NULL for pointers, not 0.
Summary of changes:
sys/boot/efi/libefi/efinet.c | 4 ++--
sys/dev/disk/fd/fd.c | 20 ++++++++++----------
sys/dev/misc/ppc/ppc.c | 10 +++++-----
sys/dev/netif/xe/if_xe.c | 4 ++--
sys/dev/sound/pci/als4000.c | 4 ++--
sys/vfs/isofs/cd9660/cd9660_vfsops.c | 2 +-
sys/vfs/ufs/ffs_vfsops.c | 2 +-
7 files changed, 23 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/914b334caa4993ed40bff3051e312b79618549cb
--
DragonFly BSD source repository
More information about the Commits
mailing list