X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fjffs2%2Fcompr.c;h=f25e70c1b51c5854d987558ec5c84c0c94410b73;hb=db563fc2e80534f98c7f9121a6f7dfe41f177a79;hp=86739ee53b37336c15cbc341180c47d195d9081a;hpb=df3d80f5a5c74168be42788364d13cf6c83c7b9c;p=platform%2Fkernel%2Flinux-starfive.git 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