commit | 0a7f330c12f2b3cab53b396d4dc369c2dcf272eb | [log] [tgz] |
---|---|---|
author | Megha Dey <megha.dey@linux.intel.com> | Tue May 31 14:42:20 2016 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 02 18:39:04 2016 +0800 |
tree | 2ebd2fea82b9f7f4e4a1ebd5af60a6b0bb45e6f2 | |
parent | ed494d4fa234443a005489afb6b9583415ad89ff [diff] |
crypto: sha1-mb - stylistic cleanup Currently there are several checkpatch warnings in the sha1_mb.c file: 'WARNING: line over 80 characters' in the sha1_mb.c file. Also, the syntax of some multi-line comments are not correct. This patch fixes these issues. Signed-off-by: Megha Dey <megha.dey@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>