On Fri, 1 Sep 2006 14:44:51 +0200 (MEST) Jan Engelhardt wrote: > > >+config UNION_FS > >+ tristate "Stackable namespace unification file system" > >+ depends on EXPERIMENTAL > >+ help > >+ Unionfs is a stackable unification file system, which appears to > >+ merge the contents of several directories (branches), while keeping > >+ their physical content separate. > > Is there any CodingStyle for Kconfig files? Like what indentation to use (4 vs > 8) (tab vs space) and/or whether to use "help" or "---help---" Doc/kbuild/kconfig-language.txt says that "help" or "---help---" is OK. It also seems to recommend some indentation under "help", but doesn't say what that is. Roman seems to use TAB + "help" and then TAB SPACE SPACE <help text> under the "help" keyword, but it's not codified anywhere that I know of. --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html