diff --git a/[refs] b/[refs] index 97d72b3ca357..b028ebbe2dba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fae7fb299f382355145c6cb4eec6aa84f4cd1fca +refs/heads/master: 54779aabb0183bbe049d2b52e96cd148366dfb0b diff --git a/trunk/fs/ubifs/compress.c b/trunk/fs/ubifs/compress.c index 5bb51dac3c16..a0ada596b17c 100644 --- a/trunk/fs/ubifs/compress.c +++ b/trunk/fs/ubifs/compress.c @@ -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)