mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
Staging: Lustre Fix block statement style issue
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>
This commit is contained in:
parent
081cb7dbaa
commit
07119e2573
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user