diff options
author | Christophe JAILLET | 2020-05-19 22:36:54 +0200 |
---|---|---|
committer | Herbert Xu | 2020-05-28 17:27:51 +1000 |
commit | ae4052c59c2d12ee68b3e48eeef1d5ef202b1a0a (patch) | |
tree | ccfeea9ba88b1e66ad4e04f6835e4db96e29f6f4 /drivers/crypto | |
parent | 988453fb2f18be3f3915220e4c6f18018186aa89 (diff) |
crypto: cavium/nitrox - Fix a typo in a comment
s/NITORX/NITROX/
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/cavium/nitrox/nitrox_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/nitrox/nitrox_main.c b/drivers/crypto/cavium/nitrox/nitrox_main.c index e91be9b8b083..788c6607078b 100644 --- a/drivers/crypto/cavium/nitrox/nitrox_main.c +++ b/drivers/crypto/cavium/nitrox/nitrox_main.c @@ -346,7 +346,7 @@ static void nitrox_pf_sw_cleanup(struct nitrox_device *ndev) } /** - * nitrox_bist_check - Check NITORX BIST registers status + * nitrox_bist_check - Check NITROX BIST registers status * @ndev: NITROX device */ static int nitrox_bist_check(struct nitrox_device *ndev) |