mtd/lib/zlib_inflate infblock.c, 1.1, 1.2 infblock.h, 1.1, 1.2 infcodes.c, 1.1, 1.2 infcodes.h, 1.1, 1.2 inffast.c, 1.1, 1.2 inffast.h, 1.1, 1.2 inflate.c, 1.3, 1.4 inflate_syms.c, 1.1, 1.2 inftrees.c, 1.1, 1.2 inftrees.h, 1.1, 1.2 infutil.c, 1.1, 1.2 infutil.h, 1.1, 1.2

gleixner at infradead.org gleixner at infradead.org
Mon Nov 7 06:15:51 EST 2005


Update of /home/cvs/mtd/lib/zlib_inflate
In directory phoenix.infradead.org:/tmp/cvs-serv29274/lib/zlib_inflate

Modified Files:
	infblock.c infblock.h infcodes.c infcodes.h inffast.c 
	inffast.h inflate.c inflate_syms.c inftrees.c inftrees.h 
	infutil.c infutil.h 
Log Message:
[MTD / JFFS2] Clean up trailing white spaces


Index: infblock.c
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/infblock.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- infblock.c	3 Mar 2002 15:43:34 -0000	1.1
+++ infblock.c	7 Nov 2005 11:15:04 -0000	1.2
@@ -1,6 +1,6 @@
 /* infblock.c -- interpret and process block types to last block
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 #include <linux/zutil.h>
@@ -345,7 +345,7 @@
 
 
 /* Returns true if inflate is currently at the end of a block generated
- * by Z_SYNC_FLUSH or Z_FULL_FLUSH. 
+ * by Z_SYNC_FLUSH or Z_FULL_FLUSH.
  * IN assertion: s != Z_NULL
  */
 int zlib_inflate_blocks_sync_point(s)

Index: infblock.h
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/infblock.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- infblock.h	3 Mar 2002 15:43:34 -0000	1.1
+++ infblock.h	7 Nov 2005 11:15:05 -0000	1.2
@@ -1,6 +1,6 @@
 /* infblock.h -- header to use infblock.c
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 /* WARNING: this file should *not* be used by applications. It is

Index: infcodes.c
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/infcodes.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- infcodes.c	3 Mar 2002 15:43:34 -0000	1.1
+++ infcodes.c	7 Nov 2005 11:15:05 -0000	1.2
@@ -1,6 +1,6 @@
 /* infcodes.c -- process literals and length/distance pairs
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 #include <linux/zutil.h>

Index: infcodes.h
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/infcodes.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- infcodes.h	3 Mar 2002 15:43:34 -0000	1.1
+++ infcodes.h	7 Nov 2005 11:15:05 -0000	1.2
@@ -1,6 +1,6 @@
 /* infcodes.h -- header to use infcodes.c
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 /* WARNING: this file should *not* be used by applications. It is

Index: inffast.c
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/inffast.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inffast.c	3 Mar 2002 15:43:34 -0000	1.1
+++ inffast.c	7 Nov 2005 11:15:05 -0000	1.2
@@ -1,6 +1,6 @@
 /* inffast.c -- process literals and length/distance pairs fast
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 #include <linux/zutil.h>

Index: inffast.h
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/inffast.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inffast.h	3 Mar 2002 15:43:34 -0000	1.1
+++ inffast.h	7 Nov 2005 11:15:05 -0000	1.2
@@ -1,6 +1,6 @@
 /* inffast.h -- header to use inffast.c
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 /* WARNING: this file should *not* be used by applications. It is

Index: inflate.c
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/inflate.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- inflate.c	20 Jun 2002 20:44:25 -0000	1.3
+++ inflate.c	7 Nov 2005 11:15:05 -0000	1.4
@@ -1,6 +1,6 @@
 /* inflate.c -- zlib interface to inflate modules
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 #include <linux/module.h>

Index: inflate_syms.c
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/inflate_syms.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inflate_syms.c	3 Mar 2002 15:43:34 -0000	1.1
+++ inflate_syms.c	7 Nov 2005 11:15:05 -0000	1.2
@@ -18,5 +18,5 @@
 EXPORT_SYMBOL(zlib_inflateSync);
 EXPORT_SYMBOL(zlib_inflateReset);
 EXPORT_SYMBOL(zlib_inflateSyncPoint);
-EXPORT_SYMBOL(zlib_inflateIncomp); 
+EXPORT_SYMBOL(zlib_inflateIncomp);
 MODULE_LICENSE("GPL");

Index: inftrees.c
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/inftrees.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inftrees.c	3 Mar 2002 15:43:34 -0000	1.1
+++ inftrees.c	7 Nov 2005 11:15:06 -0000	1.2
@@ -1,6 +1,6 @@
 /* inftrees.c -- generate Huffman trees for efficient decoding
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 #include <linux/zutil.h>
@@ -298,7 +298,7 @@
   int r;
   uInt hn = 0;          /* hufts used in space */
   uIntf *v;             /* work area for huft_build */
-  
+
   v = WS(z)->tree_work_area_1;
   r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL,
                  tb, bb, hp, &hn, v);

Index: inftrees.h
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/inftrees.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inftrees.h	3 Mar 2002 15:43:34 -0000	1.1
+++ inftrees.h	7 Nov 2005 11:15:06 -0000	1.2
@@ -1,6 +1,6 @@
 /* inftrees.h -- header to use inftrees.c
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 /* WARNING: this file should *not* be used by applications. It is

Index: infutil.c
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/infutil.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- infutil.c	3 Mar 2002 15:43:34 -0000	1.1
+++ infutil.c	7 Nov 2005 11:15:06 -0000	1.2
@@ -1,6 +1,6 @@
 /* inflate_util.c -- data and routines common to blocks and codes
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 #include <linux/zutil.h>

Index: infutil.h
===================================================================
RCS file: /home/cvs/mtd/lib/zlib_inflate/infutil.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- infutil.h	3 Mar 2002 15:43:34 -0000	1.1
+++ infutil.h	7 Nov 2005 11:15:06 -0000	1.2
@@ -1,6 +1,6 @@
 /* infutil.h -- types and macros common to blocks and codes
  * Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h 
+ * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
 /* WARNING: this file should *not* be used by applications. It is
@@ -45,7 +45,7 @@
       inflate_huft *tb;         /* bit length decoding tree */
     } trees;            /* if DTREE, decoding info for trees */
     struct {
-      inflate_codes_statef 
+      inflate_codes_statef
          *codes;
     } decode;           /* if CODES, current state */
   } sub;                /* submode */
@@ -133,7 +133,7 @@
   /* mode independent information */
   int  nowrap;          /* flag for no wrapper */
   uInt wbits;           /* log2(window size)  (8..15, defaults to 15) */
-  inflate_blocks_statef 
+  inflate_blocks_statef
     *blocks;            /* current inflate_blocks state */
 
 };





More information about the linux-mtd-cvs mailing list