]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
crypto: cavium - fix spelling mistake "Revsion" -> "Revision"
authorColin Ian King <colin.king@canonical.com>
Tue, 13 Jun 2017 08:52:54 +0000 (09:52 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Jun 2017 03:21:31 +0000 (11:21 +0800)
Trivial fix to spelling mistake in seq_printf message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/cavium/nitrox/nitrox_main.c

index eee6fb501580b726ef7267143bb777364654215b..ae44a464cd2d20509e435c4b0b7a34e394abbc14 100644 (file)
@@ -399,7 +399,7 @@ static int nitrox_show(struct seq_file *s, void *v)
        struct nitrox_device *ndev = s->private;
 
        seq_printf(s, "NITROX-5 [idx: %d]\n", ndev->idx);
-       seq_printf(s, "  Revsion ID: 0x%0x\n", ndev->hw.revision_id);
+       seq_printf(s, "  Revision ID: 0x%0x\n", ndev->hw.revision_id);
        seq_printf(s, "  Cores [AE: %u  SE: %u]\n",
                   ndev->hw.ae_cores, ndev->hw.se_cores);
        seq_printf(s, "  Number of Queues: %u\n", ndev->nr_queues);