vfio/fsl-mc: Fix a typo in a message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 2 Sep 2022 16:07:54 +0000 (18:07 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 8 Sep 2022 16:41:41 +0000 (10:41 -0600)
commiteab60bbc05a9375145e7b793ca37a1b6ec262887
tree2e2cddf8fdda392865e58ad4cf14697b50a54761
parent245898eb9275ce31942cff95d0bdc7412ad3d589
vfio/fsl-mc: Fix a typo in a message

L and S are swapped in the message.
s/VFIO_FLS_MC/VFIO_FSL_MC/

Also use 'ret' instead of 'WARN_ON(ret)' to avoid a duplicated message.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Diana Craciun <diana.craciun@oss.nxp.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Link: https://lore.kernel.org/r/a7c1394346725b7435792628c8d4c06a0a745e0b.1662134821.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/fsl-mc/vfio_fsl_mc.c