CodingStyle Problem

From: HarryWei
Date: Sat Dec 11 2010 - 00:36:43 EST


Hi all,
I just read the CodingSyle at Documentation directory in linux-2.6.23 kernel source code.
But a problem happened to me like following.
Functions in linux-2.6.23/fs/fs-writeback.c are "static int" and function name are in different lines.(function name in following line)
I can't find the rule in CodingStyle. That We often program functions are "static int" and function name are in the same line.
When do we do the first or second way? What is different between them?

Any answer is okay.
Best regards.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/