On Thu, Oct 25, 2007 at 05:04:38PM +0200, Boaz Harrosh wrote: > I found that lint, even with the command line options recommended by Do you mean Lindent / indent? > kernel, is to aggressive, and leaves lots of work to be fixed by hand. > (e.g it will touch the comments) It's not perfect, but code beautification is an art, not a science ;-) A lot of ugly code can't be made beautiful by a simple parser like indent because what it really needs is refactoring. But you can't refactor until you've made it at least partially readable, so Lindent is the first step. -- Intel are signing my paycheques ... these opinions are still mine "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html