patch-2.4.7 linux/fs/ntfs/dir.h

Next file: linux/fs/ntfs/fs.c
Previous file: linux/fs/ntfs/dir.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/fs/ntfs/dir.h linux/fs/ntfs/dir.h
@@ -1,8 +1,8 @@
-/*  dir.h - Header file for dir.c
+/*
+ * dir.h - Header file for dir.c
  *
- *  Copyright (C) 1997 Régis Duchesne
+ * Copyright (C) 1997 Régis Duchesne
  */
-
 #define ITERATE_SPLIT_DONE      1
 
 enum ntfs_iterate_e {
@@ -12,7 +12,7 @@
 };
 
 /* not all fields are used for all operations */
-typedef struct ntfs_iterate_s{
+typedef struct ntfs_iterate_s {
 	enum ntfs_iterate_e type;
 	ntfs_inode *dir;
 	union{

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)