From b187674c934926a02332ab23a8dac9a36bc565b3 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 17 Oct 2008 16:16:10 +0200 Subject: [PATCH] --- yaml --- r: 116215 b: refs/heads/master c: 54779aabb0183bbe049d2b52e96cd148366dfb0b h: refs/heads/master i: 116213: ed895e33dc96d2e58a9e1b7107fc8158cd69968f 116211: 20f328479c7235724eb655ecb10635c517bf3a7c 116207: bd6dd1032e5ac7f73f20436d1d081091c92353a0 v: v3 --- [refs] | 2 +- trunk/fs/ubifs/compress.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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)