public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] [trivial] Fix a coding style in include/linux/audit.h
@ 2014-07-03 16:36 Hao Lan
  0 siblings, 0 replies; only message in thread
From: Hao Lan @ 2014-07-03 16:36 UTC (permalink / raw)
  To: Eric Paris, Jiri Kosina; +Cc: linux-kernel, Linus Torvalds, Hao Lan

Functions have the opening brace at the beginning of the next line, but these
two functions in this file do not.

Signed-off-by: Hao Lan <bylanhao@gmail.com>
---
 include/linux/audit.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/linux/audit.h b/include/linux/audit.h
index 22cfddb..24786d9 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -170,7 +170,8 @@ static inline void audit_getname(struct filename *name)
 }
 static inline void audit_inode(struct filename *name,
 				const struct dentry *dentry,
-				unsigned int parent) {
+				unsigned int parent)
+{
 	if (unlikely(!audit_dummy_context())) {
 		unsigned int flags = 0;
 		if (parent)
@@ -187,7 +188,8 @@ static inline void audit_inode_parent_hidden(struct filename *name,
 }
 static inline void audit_inode_child(const struct inode *parent,
 				     const struct dentry *dentry,
-				     const unsigned char type) {
+				     const unsigned char type)
+{
 	if (unlikely(!audit_dummy_context()))
 		__audit_inode_child(parent, dentry, type);
 }
-- 
1.9.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-03 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 16:36 [PATCH 1/1] [trivial] Fix a coding style in include/linux/audit.h Hao Lan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox