Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c742df5 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu
Browse files

crypto: cavium - fix spelling mistake "Revsion" -> "Revision"



Trivial fix to spelling mistake in seq_printf message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 783a5665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);