Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1682862 > unrolled thread

[PATCH 1/4] Staging: Luster: Clean up line over 80Char in lib-lnet.h

Started byCraig Inches <Craig@craiginches.com>
First post2017-07-07 04:00 +0200
Last post2017-07-11 19:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/4] Staging: Luster: Clean up line over 80Char in lib-lnet.h Craig Inches <Craig@craiginches.com> - 2017-07-07 04:00 +0200
    Re: [PATCH 1/4] Staging: Luster: Clean up line over 80Char in  lib-lnet.h Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-07-11 19:20 +0200

#1682862 — [PATCH 1/4] Staging: Luster: Clean up line over 80Char in lib-lnet.h

FromCraig Inches <Craig@craiginches.com>
Date2017-07-07 04:00 +0200
Subject[PATCH 1/4] Staging: Luster: Clean up line over 80Char in lib-lnet.h
Message-ID<u0qIO-5el-17@gated-at.bofh.it>
This patch fixes a warning generated by checkpatch for
a line over 80 characters.

Signed-off-by: Craig Inches <Craig@craiginches.com>
---
 drivers/staging/lustre/include/linux/lnet/lib-lnet.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/include/linux/lnet/lib-lnet.h b/drivers/staging/lustre/include/linux/lnet/lib-lnet.h
index 8ae7423b4543..f534115d402a 100644
--- a/drivers/staging/lustre/include/linux/lnet/lib-lnet.h
+++ b/drivers/staging/lustre/include/linux/lnet/lib-lnet.h
@@ -453,7 +453,8 @@ extern int portal_rotor;
 int lnet_lib_init(void);
 void lnet_lib_exit(void);
 
-int lnet_notify(struct lnet_ni *ni, lnet_nid_t peer, int alive, unsigned long when);
+int lnet_notify(struct lnet_ni *ni, lnet_nid_t peer, int alive,
+		unsigned long when);
 void lnet_notify_locked(struct lnet_peer *lp, int notifylnd, int alive,
 			unsigned long when);
 int lnet_add_route(__u32 net, __u32 hops, lnet_nid_t gateway_nid,
-- 
2.13.0

[toc] | [next] | [standalone]


#1685229 — Re: [PATCH 1/4] Staging: Luster: Clean up line over 80Char in lib-lnet.h

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-07-11 19:20 +0200
SubjectRe: [PATCH 1/4] Staging: Luster: Clean up line over 80Char in lib-lnet.h
Message-ID<u26Zl-59q-29@gated-at.bofh.it>
In reply to#1682862
On Fri, Jul 07, 2017 at 01:46:42AM +0000, Craig Inches wrote:
> This patch fixes a warning generated by checkpatch for
> a line over 80 characters.
> 
> Signed-off-by: Craig Inches <Craig@craiginches.com>
> ---
>  drivers/staging/lustre/include/linux/lnet/lib-lnet.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Your subject line mispelled the filesystem's name :(

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web