]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
Staging: lustre: Fix initialisation of statics to 0 or NULL
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 24 Oct 2013 13:59:52 +0000 (19:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:27:06 +0000 (20:27 -0700)
commit9f100b8b66d3532defb4205b3f63674363c81575
treeb68ff210ded36befa1005d2f36f7efa1baebb887
parent5129097bf1d24e3be897091f3747f9fd0fce8ea8
Staging: lustre: Fix initialisation of statics to 0 or NULL

This patch fixes the following checkpatch.pl issues in lnet/lnet/acceptor.c:
ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/acceptor.c