[<prev] [next>] [day] [month] [year] [list]
Message-ID: <628d1651002072229o1ab44208g4a881b9818f08c0d@mail.gmail.com>
Date: Mon, 8 Feb 2010 14:29:27 +0800
From: wzt wzt <wzt.wzt@...il.com>
To: linux-kernel@...r.kernel.org
Cc: zohar@...ibm.com
Subject: [PATCH] security/integrity/ima/ima_fs.c: Fix coding style
Signed-off-by: wzt <zhitong.wangzt@...baba-inc.com>
diff --git a/security/integrity/ima/ima_fs.c b/security/integrity/ima/ima_fs.c
index 0c72c9c..2c6a4eb 100644
--- a/security/integrity/ima/ima_fs.c
+++ b/security/integrity/ima/ima_fs.c
@@ -282,7 +282,7 @@ static atomic_t policy_opencount = ATOMIC_INIT(1);
/*
* ima_open_policy: sequentialize access to the policy file
*/
-int ima_open_policy(struct inode * inode, struct file * filp)
+int ima_open_policy(struct inode *inode, struct file *filp)
{
/* No point in being allowed to open it if you aren't going to write */
if (!(filp->f_flags & O_WRONLY))
--
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