]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
UBIFS: fix ubifs_compress commentary
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Fri, 17 Oct 2008 14:16:10 +0000 (16:16 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 19 Oct 2008 10:01:37 +0000 (13:01 +0300)
Update the comment for ubifs_compress(), which incorrectly states that it
returnsa success/failure indicator.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/compress.c

index 5bb51dac3c165f3e9df9962ac20411aae2ab2422..a0ada596b17c4a5d9180b515e5fd7e524b72a642 100644 (file)
@@ -91,8 +91,6 @@ struct ubifs_compressor *ubifs_compressors[UBIFS_COMPR_TYPES_CNT];
  *
  * Note, if the input buffer was not compressed, it is copied to the output
  * buffer and %UBIFS_COMPR_NONE is returned in @compr_type.
- *
- * This functions returns %0 on success or a negative error code on failure.
  */
 void ubifs_compress(const void *in_buf, int in_len, void *out_buf, int *out_len,
                    int *compr_type)