Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682868 > unrolled thread
| Started by | Craig Inches <Craig@craiginches.com> |
|---|---|
| First post | 2017-07-07 04:00 +0200 |
| Last post | 2017-07-07 04:00 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[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
| From | Craig Inches <Craig@craiginches.com> |
|---|---|
| Date | 2017-07-07 04:00 +0200 |
| Subject | [PATCH 0/4] Staging: Lustre Style Fixes |
| Message-ID | <u0qIN-5el-11@gated-at.bofh.it> |
This series fixes a few style issues in lustre. All where picked up by checkpatch. Craig Inches (4): Staging: Luster: Clean up line over 80Char in lib-lnet.h Staging: Lustre Fix up multiple Block Comments in lib-types.h Staging: Lustre Fixing multiline block comments in lnetst.h Staging: Lustre Fix block statement style issue .../staging/lustre/include/linux/lnet/lib-lnet.h | 3 +- .../staging/lustre/include/linux/lnet/lib-types.h | 46 +++++--- drivers/staging/lustre/include/linux/lnet/lnetst.h | 129 +++++++++++++-------- .../staging/lustre/include/linux/lnet/socklnd.h | 3 +- 4 files changed, 115 insertions(+), 66 deletions(-) -- 2.13.0
[toc] | [next] | [standalone]
| From | Craig Inches <Craig@craiginches.com> |
|---|---|
| Date | 2017-07-07 04:00 +0200 |
| Subject | [PATCH 4/4] Staging: Lustre Fix block statement style issue |
| Message-ID | <u0qIP-5el-33@gated-at.bofh.it> |
| In reply to | #1682868 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web