Staging: Lustre Fix block statement style issue
authorCraig Inches <Craig@craiginches.com>
Wed, 12 Jul 2017 09:03:28 +0000 (09:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 06:41:03 +0000 (08:41 +0200)
This fixes a block statement which didnt end with */

Signed-off-by: Craig Inches <Craig@craiginches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/lnet/socklnd.h

index dd5bc0e..a1ae66e 100644 (file)
@@ -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;