[PATCH] rock: lindent rock.h

So we have a couple of rock-ridge bugs.  First up, rotoroot the poor thing
into something which it is possible to work on.

Feed rock.h through Lindent, tidy a couple of things by hand.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andrew Morton
2005-06-21 17:16:48 -07:00
committed by Linus Torvalds
parent 7373909de4
commit a089221c5e

View File

@@ -1,7 +1,9 @@
/* These structs are used by the system-use-sharing protocol, in which the /*
Rock Ridge extensions are embedded. It is quite possible that other * These structs are used by the system-use-sharing protocol, in which the
extensions are present on the disk, and this is fine as long as they * Rock Ridge extensions are embedded. It is quite possible that other
all use SUSP */ * extensions are present on the disk, and this is fine as long as they
* all use SUSP
*/
struct SU_SP { struct SU_SP {
unsigned char magic[2]; unsigned char magic[2];
@@ -38,7 +40,6 @@ struct RR_PN{
char dev_low[8]; char dev_low[8];
}; };
struct SL_component { struct SL_component {
unsigned char flags; unsigned char flags;
unsigned char len; unsigned char len;
@@ -79,7 +80,9 @@ struct RR_ZF{
char real_size[8]; char real_size[8];
}; };
/* These are the bits and their meanings for flags in the TF structure. */ /*
* These are the bits and their meanings for flags in the TF structure.
*/
#define TF_CREATE 1 #define TF_CREATE 1
#define TF_MODIFY 2 #define TF_MODIFY 2
#define TF_ACCESS 4 #define TF_ACCESS 4