Skip to content

Commit

Permalink
[JFFS2] Correct parameter names of jffs2_compress() in comments
Browse files Browse the repository at this point in the history
Make the parameter names of jffs2_compress() in its comments match with the
actual implementation

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Geert Uytterhoeven authored and David Woodhouse committed Oct 17, 2008
1 parent 6028aa0 commit faa5c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/jffs2/compr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faa5c2a

Please sign in to comment.