summaryrefslogtreecommitdiff
path: root/arch/arm/crypto/nh-neon-core.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/crypto/nh-neon-core.S')
-rw-r--r--arch/arm/crypto/nh-neon-core.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/crypto/nh-neon-core.S b/arch/arm/crypto/nh-neon-core.S
index 434d80ab531c..01620a0782ca 100644
--- a/arch/arm/crypto/nh-neon-core.S
+++ b/arch/arm/crypto/nh-neon-core.S
@@ -69,7 +69,7 @@
/*
* void nh_neon(const u32 *key, const u8 *message, size_t message_len,
- * u8 hash[NH_HASH_BYTES])
+ * __le64 hash[NH_NUM_PASSES])
*
* It's guaranteed that message_len % 16 == 0.
*/