All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] PATCH] ocfs2/cluster: trim a trailing white space
@ 2017-09-02  3:59 Changwei Ge
  2017-09-13  7:26 ` Gang He
  0 siblings, 1 reply; 2+ messages in thread
From: Changwei Ge @ 2017-09-02  3:59 UTC (permalink / raw)
  To: ocfs2-devel

Hi,

We'd better not add a white space at the tail of a line, so trim it!

Thanks,
Changwei

Signed-off-by: Changwei Ge <ge.changwei@h3c.com>
---
  fs/ocfs2/cluster/tcp.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
  mode change 100644 => 100755 fs/ocfs2/cluster/tcp.c

diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c
old mode 100644
new mode 100755
index 8d77922..a9b7811
--- a/fs/ocfs2/cluster/tcp.c
+++ b/fs/ocfs2/cluster/tcp.c
@@ -2054,7 +2054,7 @@ static int o2net_open_listening_sock(__be32 addr, 
__be16 port)
  	ret = sock->ops->bind(sock, (struct sockaddr *)&sin, sizeof(sin));
  	if (ret < 0) {
  		printk(KERN_ERR "o2net: Error %d while binding socket@"
-		       "%pI4:%u\n", ret, &addr, ntohs(port));
+		       "%pI4:%u\n", ret, &addr, ntohs(port));
  		goto out;
  	}

-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Ocfs2-devel] PATCH] ocfs2/cluster: trim a trailing white space
  2017-09-02  3:59 [Ocfs2-devel] PATCH] ocfs2/cluster: trim a trailing white space Changwei Ge
@ 2017-09-13  7:26 ` Gang He
  0 siblings, 0 replies; 2+ messages in thread
From: Gang He @ 2017-09-13  7:26 UTC (permalink / raw)
  To: ocfs2-devel




>>> 
> Hi,
> 
> We'd better not add a white space at the tail of a line, so trim it!
> 
> Thanks,
> Changwei
> 
> Signed-off-by: Changwei Ge <ge.changwei@h3c.com>
> ---
>   fs/ocfs2/cluster/tcp.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   mode change 100644 => 100755 fs/ocfs2/cluster/tcp.c
> 
> diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c
> old mode 100644
> new mode 100755
> index 8d77922..a9b7811
> --- a/fs/ocfs2/cluster/tcp.c
> +++ b/fs/ocfs2/cluster/tcp.c
> @@ -2054,7 +2054,7 @@ static int o2net_open_listening_sock(__be32 addr, 
> __be16 port)
>   	ret = sock->ops->bind(sock, (struct sockaddr *)&sin, sizeof(sin));
>   	if (ret < 0) {
>   		printk(KERN_ERR "o2net: Error %d while binding socket at "
> -		       "%pI4:%u\n", ret, &addr, ntohs(port));
> +		       "%pI4:%u\n", ret, &addr, ntohs(port));
>   		goto out;
>   	}
> 
> -- 
> 1.7.9.5

Reviewed-by: He Gang <ghe@suse.com>
Thanks
Gang

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-13  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-02  3:59 [Ocfs2-devel] PATCH] ocfs2/cluster: trim a trailing white space Changwei Ge
2017-09-13  7:26 ` Gang He

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.