On Fri, 2016-02-12 at 12:06 -0500, James Simmons wrote:
> Add missing spaces in the code reported by checkpatch.pl.
[]
> diff --git a/drivers/staging/lustre/include/linux/lnet/lib-types.h 
> b/drivers/staging/lustre/include/linux/lnet/lib-types.h
[]
> @@ -112,7 +112,7 @@ typedef struct lnet_libhandle {
>  } lnet_libhandle_t;
>  
>  #define lh_entry(ptr, type, member) \
> -     ((type *)((char *)(ptr)-(char *)(&((type *)0)->member)))
> +     ((type *)((char *)(ptr) - (char *)(&((type *)0)->member)))

This could use offsetof(type, member)

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to