From: Christophe JAILLET Date: Tue, 19 May 2020 20:36:54 +0000 (+0200) Subject: crypto: cavium/nitrox - Fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ae4052c59c2d12ee68b3e48eeef1d5ef202b1a0a;p=linux.git crypto: cavium/nitrox - Fix a typo in a comment s/NITORX/NITROX/ Signed-off-by: Christophe JAILLET Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/cavium/nitrox/nitrox_main.c b/drivers/crypto/cavium/nitrox/nitrox_main.c index e91be9b8b083e..788c6607078b1 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)