Re: [PATCH 08/10] staging: lustre: libcfs: remove NULL comparisons in headers

2016-11-25 Thread Dan Carpenter
On Fri, Nov 18, 2016 at 11:48:42AM -0500, James Simmons wrote: > diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h > b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h > index 93bff1b..fc180b8 100644 > --- a/drivers/staging/lustre/include/linux/libcfs/libcfs_pri

[PATCH 08/10] staging: lustre: libcfs: remove NULL comparisons in headers

2016-11-18 Thread James Simmons
Remove the NULL comparisions in the libcfs headers. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h |2 +- .../lustre/include/linux/libcfs/libcfs_private.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre