[JFFS2] Correct parameter names of jffs2_compress() in comments

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Oct 17 10:59:01 EDT 2008


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=faa5c2a15e14b6a4e59fcae65dec5258e723ea9f
Commit:     faa5c2a15e14b6a4e59fcae65dec5258e723ea9f
Parent:     6028aa01f759a1dae11e5d0e495b3dc9d2b0a47b
Author:     Geert Uytterhoeven <Geert.Uytterhoeven at sonycom.com>
AuthorDate: Fri Oct 17 16:19:45 2008 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Oct 17 15:56:44 2008 +0100

    [JFFS2] Correct parameter names of jffs2_compress() in comments
    
    Make the parameter names of jffs2_compress() in its comments match with the
    actual implementation
    
    Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven at sonycom.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 fs/jffs2/compr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/jffs2/compr.c b/fs/jffs2/compr.c
index 86739ee..f25e70c 100644
--- a/fs/jffs2/compr.c
+++ b/fs/jffs2/compr.c
@@ -53,8 +53,8 @@ static int jffs2_is_best_compression(struct jffs2_compressor *this,
 }
 
 /* jffs2_compress:
- * @data: Pointer to uncompressed data
- * @cdata: Pointer to returned pointer to buffer for compressed data
+ * @data_in: Pointer to uncompressed data
+ * @cpage_out: Pointer to returned pointer to buffer for compressed data
  * @datalen: On entry, holds the amount of data available for compression.
  *	On exit, expected to hold the amount of data actually compressed.
  * @cdatalen: On entry, holds the amount of space available for compressed



More information about the linux-mtd-cvs mailing list