lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 31 Aug 2014 17:13:27 +0000
From:	"Drokin, Oleg" <oleg.drokin@...el.com>
To:	Sun Wang <743559269@...com>
CC:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	"Pershin, Mike" <mike.pershin@...el.com>,
	"Dilger, Andreas" <andreas.dilger@...el.com>,
	Chris Horn <hornc@...y.com>,
	Kristina Martsenko <kristina.martsenko@...il.com>,
	Alexey Lyashkov <alexey_lyashkov@...atex.com>,
	Andriy Skulysh <Andriy_Skulysh@...atex.com>,
	Masanari Iida <standby24x7@...il.com>,
	"<devel@...verdev.osuosl.org>" <devel@...verdev.osuosl.org>,
	"<linux-kernel@...r.kernel.org>" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] staging: lustre: lustre: ptlrpc: events: fix coding
 style issue 

Apparently this was already fixed by commit 1d8cb70c7bdda47125ed551fc390aa9597c5f264 a few days ago.

On Aug 31, 2014, at 1:02 PM, Sun Wang wrote:

> From: sunwxg <743559269@...com>
> 
> Coding style issues, the changes include:
> -Add sapce after ','
> 
> Signed-off-by: Sun Wang <743559269@...com>
> 
> ---
> drivers/staging/lustre/lustre/ptlrpc/events.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/lustre/lustre/ptlrpc/events.c b/drivers/staging/lustre/lustre/ptlrpc/events.c
> index c3ec21d..ed811ef 100644
> --- a/drivers/staging/lustre/lustre/ptlrpc/events.c
> +++ b/drivers/staging/lustre/lustre/ptlrpc/events.c
> @@ -186,7 +186,8 @@ void client_bulk_callback(lnet_event_t *ev)
> 	if (CFS_FAIL_CHECK_ORSET(OBD_FAIL_PTLRPC_CLIENT_BULK_CB, CFS_FAIL_ONCE))
> 		ev->status = -EIO;
> 
> -	if (CFS_FAIL_CHECK_ORSET(OBD_FAIL_PTLRPC_CLIENT_BULK_CB2,CFS_FAIL_ONCE))
> +	if (CFS_FAIL_CHECK_ORSET(OBD_FAIL_PTLRPC_CLIENT_BULK_CB2,
> +				CFS_FAIL_ONCE))
> 		ev->status = -EIO;
> 
> 	CDEBUG((ev->status == 0) ? D_NET : D_ERROR,
> @@ -481,7 +482,7 @@ int ptlrpc_uuid_to_peer(struct obd_uuid *uuid,
> 		}
> 	}
> 
> -	CDEBUG(D_NET,"%s->%s\n", uuid->uuid, libcfs_id2str(*peer));
> +	CDEBUG(D_NET, "%s->%s\n", uuid->uuid, libcfs_id2str(*peer));
> 	return rc;
> }
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists