projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea23cb5
)
crypto: aegis - fix indentation of a statement
author
Colin Ian King
<colin.king@canonical.com>
Wed, 30 May 2018 10:50:05 +0000
(11:50 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 22 Jun 2018 15:03:06 +0000
(23:03 +0800)
Trival fix to correct the indentation of a single statement
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/aegis128l.c
patch
|
blob
|
history
diff --git
a/crypto/aegis128l.c
b/crypto/aegis128l.c
index 0cc1a7525c85cd855c3f255fa91ca8ac4fad0354..64dc2654b863ee7bf54406b9ec0975854b650cfc 100644
(file)
--- a/
crypto/aegis128l.c
+++ b/
crypto/aegis128l.c
@@
-121,7
+121,7
@@
static void crypto_aegis128l_ad(struct aegis_state *state,
(const union aegis_chunk *)src;
while (size >= AEGIS128L_CHUNK_SIZE) {
- crypto_aegis128l_update_a(state, src_chunk);
+
crypto_aegis128l_update_a(state, src_chunk);
size -= AEGIS128L_CHUNK_SIZE;
src_chunk += 1;