From: Greg Kroah-Hartman Date: Sat, 12 Jul 2014 01:45:28 +0000 (-0700) Subject: staging: lnet: ptllnd_wire.h: checkpatch cleanup: whitespace neatening X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f81d2eaa558b5134d70682f5781064a930793de6;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git staging: lnet: ptllnd_wire.h: checkpatch cleanup: whitespace neatening whitespace changes only - git diff -w shows no difference Cc: Joe Perches Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/lnet/ptllnd_wire.h b/drivers/staging/lustre/include/linux/lnet/ptllnd_wire.h index 0d3ec5be0a00..6dfdbd81beb4 100644 --- a/drivers/staging/lustre/include/linux/lnet/ptllnd_wire.h +++ b/drivers/staging/lustre/include/linux/lnet/ptllnd_wire.h @@ -103,7 +103,7 @@ typedef struct { } kptl_msg_t; /* kptl_msg_t::ptlm_credits is only a __u8 */ -#define PTLLND_MSG_MAX_CREDITS ((typeof(((kptl_msg_t*) 0)->ptlm_credits)) - 1) +#define PTLLND_MSG_MAX_CREDITS ((typeof(((kptl_msg_t *)0)->ptlm_credits)) - 1) #define PTLLND_MSG_MAGIC LNET_PROTO_PTL_MAGIC #define PTLLND_MSG_VERSION 0x04