Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682870
| From | Craig Inches <Craig@craiginches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/4] Staging: Lustre Fix block statement style issue |
| Date | 2017-07-07 04:00 +0200 |
| Message-ID | <u0qIP-5el-33@gated-at.bofh.it> (permalink) |
| References | <u0qIN-5el-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This fixes a block statement which didnt end with */
Signed-off-by: Craig Inches <Craig@craiginches.com>
---
drivers/staging/lustre/include/linux/lnet/socklnd.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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;
--
2.13.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/4] Staging: Lustre Style Fixes Craig Inches <Craig@craiginches.com> - 2017-07-07 04:00 +0200 [PATCH 4/4] Staging: Lustre Fix block statement style issue Craig Inches <Craig@craiginches.com> - 2017-07-07 04:00 +0200
csiph-web