coding-style.rst (0f69403d2535ffc7200a8414cf3ca66a49b0d741) coding-style.rst (e7b4311ebcac142be28c9fa1b9f63a9d35fc2a92)
1.. _codingstyle:
2
3Linux kernel coding style
4=========================
5
6This is a short document describing the preferred coding style for the
7linux kernel. Coding style is very personal, and I won't **force** my
8views on anybody, but this is what goes for anything that I have to be

--- 1115 unchanged lines hidden (view full) ---

1124ISBN 0-13-110362-8 (paperback), 0-13-110370-9 (hardback).
1125
1126The Practice of Programming
1127by Brian W. Kernighan and Rob Pike.
1128Addison-Wesley, Inc., 1999.
1129ISBN 0-201-61586-X.
1130
1131GNU manuals - where in compliance with K&R and this text - for cpp, gcc,
1.. _codingstyle:
2
3Linux kernel coding style
4=========================
5
6This is a short document describing the preferred coding style for the
7linux kernel. Coding style is very personal, and I won't **force** my
8views on anybody, but this is what goes for anything that I have to be

--- 1115 unchanged lines hidden (view full) ---

1124ISBN 0-13-110362-8 (paperback), 0-13-110370-9 (hardback).
1125
1126The Practice of Programming
1127by Brian W. Kernighan and Rob Pike.
1128Addison-Wesley, Inc., 1999.
1129ISBN 0-201-61586-X.
1130
1131GNU manuals - where in compliance with K&R and this text - for cpp, gcc,
1132gcc internals and indent, all available from http://www.gnu.org/manual/
1132gcc internals and indent, all available from https://www.gnu.org/manual/
1133
1134WG14 is the international standardization working group for the programming
1135language C, URL: http://www.open-std.org/JTC1/SC22/WG14/
1136
1137Kernel :ref:`process/coding-style.rst <codingstyle>`, by greg@kroah.com at OLS 2002:
1138http://www.kroah.com/linux/talks/ols_2002_kernel_codingstyle_talk/html/
1133
1134WG14 is the international standardization working group for the programming
1135language C, URL: http://www.open-std.org/JTC1/SC22/WG14/
1136
1137Kernel :ref:`process/coding-style.rst <codingstyle>`, by greg@kroah.com at OLS 2002:
1138http://www.kroah.com/linux/talks/ols_2002_kernel_codingstyle_talk/html/