Skip to content

Commit

Permalink
crypto: powerpc - Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Gelma authored and herbertx committed May 31, 2016
1 parent b142f54 commit eee09d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/crypto/aes-spe-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define rLN r7 /* length of data to be processed */
#define rIP r8 /* potiner to IV (CBC/CTR/XTS modes) */
#define rKT r9 /* pointer to tweak key (XTS mode) */
#define rT0 r11 /* pointers to en-/decrpytion tables */
#define rT0 r11 /* pointers to en-/decryption tables */
#define rT1 r10
#define rD0 r9 /* data */
#define rD1 r14
Expand Down

0 comments on commit eee09d2

Please sign in to comment.