Commit 07119e25 authored by Craig Inches's avatar Craig Inches Committed by Greg Kroah-Hartman

Staging: Lustre Fix block statement style issue

This fixes a block statement which didnt end with */
Signed-off-by: default avatarCraig Inches <Craig@craiginches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 081cb7db
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment