On Wed, Aug 31, 2022 at 09:59:43AM +0100, Shameer Kolothum wrote: > Commit 91be0bd6c6cf("vfio/pci: Have all VFIO PCI drivers store the > vfio_pci_core_device in drvdata") introduced a helper function to > retrieve the drvdata but used "hssi" instead of "hisi" for the > function prefix. Correct that and also while at it, moved the > function a bit down so that it's close to other hisi_ prefixed > functions. > > No functional changes. > > Fixes: 91be0bd6c6cf("vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdata") > Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@xxxxxxxxxx> > --- > .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason