tree-wide: fix 'lenght' typo in comments and code
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / crypto / hifn_795x.c
index 09ad9154d86cecc676facd323341f82bdd674b2b..73e8b1713b549dc8880d654d49d1de3dd22e2354 100644 (file)
@@ -321,7 +321,7 @@ static atomic_t hifn_dev_number;
 #define        HIFN_PUBOPLEN_MOD_M     0x0000007f      /* modulus length mask */
 #define        HIFN_PUBOPLEN_MOD_S     0               /* modulus length shift */
 #define        HIFN_PUBOPLEN_EXP_M     0x0003ff80      /* exponent length mask */
-#define        HIFN_PUBOPLEN_EXP_S     7               /* exponent lenght shift */
+#define        HIFN_PUBOPLEN_EXP_S     7               /* exponent length shift */
 #define        HIFN_PUBOPLEN_RED_M     0x003c0000      /* reducend length mask */
 #define        HIFN_PUBOPLEN_RED_S     18              /* reducend length shift */