On Fri, Sep 02 2022, Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> wrote: > 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@xxxxxxxxxx> > --- > Changes in v3: > * Remove WARN_ON() and WARN() and only keep dev_warn() [Diana Madalina Craciun <diana.craciun@xxxxxxxxxxx>] > > Changes in v2: > * s/comment/message/ in the subject [Cornelia Huck <cohuck@xxxxxxxxxx>] > * use WARN instead of WARN_ON+dev_warn [Jason Gunthorpe <jgg@xxxxxxxx>] > https://lore.kernel.org/all/3d2aa8434393ee8d2aa23a620e59ce1059c9d7ad.1660663440.git.christophe.jaillet@xxxxxxxxxx/ > > v1: > https://lore.kernel.org/all/2b65bf8d2b4d940cafbafcede07c23c35f042f5a.1659815764.git.christophe.jaillet@wanadoo > --- > drivers/vfio/fsl-mc/vfio_fsl_mc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>