From: Craig Inches Date: Wed, 12 Jul 2017 09:03:28 +0000 (+0000) Subject: Staging: Lustre Fix block statement style issue X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=07119e257309a41e5ec4a896fd8c8e588388269e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Staging: Lustre Fix block statement style issue This fixes a block statement which didnt end with */ Signed-off-by: Craig Inches Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/include/linux/lnet/socklnd.h b/drivers/staging/lustre/include/linux/lnet/socklnd.h index dd5bc0e46560..a1ae66ede7a8 100644 --- a/drivers/staging/lustre/include/linux/lnet/socklnd.h +++ b/drivers/staging/lustre/include/linux/lnet/socklnd.h @@ -76,7 +76,8 @@ struct ksock_msg { __u64 ksm_zc_cookies[2]; /* Zero-Copy request/ACK cookie */ union { struct ksock_lnet_msg lnetmsg; /* lnet message, it's empty if - * it's NOOP */ + * it's NOOP + */ } WIRE_ATTR ksm_u; } WIRE_ATTR;