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>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 18 Mar 2015 19:49:45 +0100
From:	Maxime Lorrillere <maxime.lorrillere@...6.fr>
To:	andreas.dilger@...el.com, gregkh@...uxfoundation.org
Cc:	linux-kernel@...r.kernel.org, laure.millet@...6.fr,
	maxime.lorrillere@...6.fr
Subject: [PATCH 1/4] Staging: lustre: namei.c: fix missing a blank line after declarations

From: Laure Millet <laure.millet@...6.fr>

This fixes a missing blank line after declarations.

Signed-off-by: Laure Millet <laure.millet@...6.fr>
Signed-off-by: Maxime Lorrillere <maxime.lorrillere@...6.fr>
---
 drivers/staging/lustre/lustre/llite/namei.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/lustre/lustre/llite/namei.c b/drivers/staging/lustre/lustre/llite/namei.c
index 890ac19..992f3f0 100644
--- a/drivers/staging/lustre/lustre/llite/namei.c
+++ b/drivers/staging/lustre/lustre/llite/namei.c
@@ -979,6 +979,7 @@ static int ll_unlink(struct inode * dir, struct dentry *dentry)
 	struct ptlrpc_request *request = NULL;
 	struct md_op_data *op_data;
 	int rc;
+
 	CDEBUG(D_VFSTRACE, "VFS Op:name=%pd,dir=%lu/%u(%p)\n",
 	       dentry, dir->i_ino, dir->i_generation, dir);
 
-- 
1.7.10.4

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ