Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: blowfish - fix typo in comment

Fix spelling mistake in comment: endianess -> endianness

Signed-off-by: Alexander Bendezu <alexanderbendezu10@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Alexander Bendezu and committed by
Herbert Xu
fcce6bcb c1b12cd9

+1 -1
+1 -1
crypto/blowfish_common.c
··· 306 306 307 307 /* 308 308 * The blowfish encipher, processes 64-bit blocks. 309 - * NOTE: This function MUSTN'T respect endianess 309 + * NOTE: This function MUSTN'T respect endianness 310 310 */ 311 311 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) 312 312 {