From 40ca008347220c28e34c38b4bb78b3ef23497afb Mon Sep 17 00:00:00 2001 From: !antona Date: Thu, 22 Aug 2002 18:09:47 +0000 Subject: [PATCH] Added CodingStyle document to doc directory. (Logical change 1.5) --- doc/CodingStyle | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/CodingStyle b/doc/CodingStyle index e69de29b..a2606be6 100644 --- a/doc/CodingStyle +++ b/doc/CodingStyle @@ -0,0 +1,13 @@ + +The standard K&R coding style is used in this project and the guidelines +outlined in the Linux kernel CodingStyle document (found in the Linux kernel +main directory in Documentation/CodingStyle) should be adhered to as strictly +as possible. + +Special notes: + + Capitals are used when declaring NTFS on-disk structures which you + can't just go ahead modifying without getting killed (in a bug sense, + not literally...). In memory structures are named with lower case as + usual. +