Commit 0375d66dd04ba828066807edccf7ae8245f903d2

Authored by Richard Hartmann
Committed by Herbert Xu
1 parent 87c3be87e9

crypto: compress - Fix checkpatch errors

Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -7,7 +7,7 @@
7 7 *
8 8 * This program is free software; you can redistribute it and/or modify it
9 9 * under the terms of the GNU General Public License as published by the Free
10   - * Software Foundation; either version 2 of the License, or (at your option)
  10 + * Software Foundation; either version 2 of the License, or (at your option)
11 11 * any later version.
12 12 *
13 13 */
... ... @@ -39,7 +39,7 @@
39 39  
40 40 ops->cot_compress = crypto_compress;
41 41 ops->cot_decompress = crypto_decompress;
42   -
  42 +
43 43 return 0;
44 44 }
45 45