Re: [PATCH] Security: inode: Fix code style issues

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Friday, April 23, 2010 - 9:35 am

On 04/23/10 09:10, Chihau Chau wrote:

OK, thanks for the explanation.
That would be correct for something like:

	if (foo_bar) {
		do_this();
		do_that();
	} else {
		pr_err("fatal error");
		panic("help");
	}

but I don't think that it's needed for nested data structures.




-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Security: inode: Fix code style issues, Chihau Chau, (Thu Apr 22, 5:37 pm)
Re: [PATCH] Security: inode: Fix code style issues, Randy Dunlap, (Fri Apr 23, 8:50 am)
Re: [PATCH] Security: inode: Fix code style issues, Chihau Chau, (Fri Apr 23, 9:10 am)
Re: [PATCH] Security: inode: Fix code style issues, Randy Dunlap, (Fri Apr 23, 9:35 am)
Re: [PATCH] Security: inode: Fix code style issues, Chihau Chau, (Fri Apr 23, 11:31 am)