[PATCH v3 0/5] Fix some bugs and clean code issues

Longfang Liu posted 5 patches 3 years, 6 months ago
.../vfio/pci/hisilicon/hisi_acc_vfio_pci.c    | 36 ++++++++++---------
.../vfio/pci/hisilicon/hisi_acc_vfio_pci.h    |  7 ++--
2 files changed, 22 insertions(+), 21 deletions(-)
[PATCH v3 0/5] Fix some bugs and clean code issues
Posted by Longfang Liu 3 years, 6 months ago
Modify two code bugs inside the driver, update the format of the
driver's log and comments, and delete an unused macro definition.

Changes in v3:
- Remake patchset based on vfio/next branch.
- Add new reviewer.

Changes in v2:
- Remove a wrong patch.
- Remove some unnecessary changes.

Longfang Liu (5):
  hisi_acc_vfio_pci: Fixes error return code issue
  hisi_acc_vfio_pci: Fix device data address combination problem
  hisi_acc_vfio_pci: Remove useless function parameter
  hisi_acc_vfio_pci: Remove useless macro definitions
  hisi_acc_vfio_pci: Update some log and comment formats

 .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c    | 36 ++++++++++---------
 .../vfio/pci/hisilicon/hisi_acc_vfio_pci.h    |  7 ++--
 2 files changed, 22 insertions(+), 21 deletions(-)

-- 
2.33.0
Re: [PATCH v3 0/5] Fix some bugs and clean code issues
Posted by Alex Williamson 3 years, 6 months ago
On Mon, 26 Sep 2022 17:33:27 +0800
Longfang Liu <liulongfang@huawei.com> wrote:

> Modify two code bugs inside the driver, update the format of the
> driver's log and comments, and delete an unused macro definition.
> 
> Changes in v3:
> - Remake patchset based on vfio/next branch.
> - Add new reviewer.
> 
> Changes in v2:
> - Remove a wrong patch.
> - Remove some unnecessary changes.
> 
> Longfang Liu (5):
>   hisi_acc_vfio_pci: Fixes error return code issue
>   hisi_acc_vfio_pci: Fix device data address combination problem
>   hisi_acc_vfio_pci: Remove useless function parameter
>   hisi_acc_vfio_pci: Remove useless macro definitions
>   hisi_acc_vfio_pci: Update some log and comment formats
> 
>  .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c    | 36 ++++++++++---------
>  .../vfio/pci/hisilicon/hisi_acc_vfio_pci.h    |  7 ++--
>  2 files changed, 22 insertions(+), 21 deletions(-)
> 

Applied to vfio next branch for v6.1.  Thanks,

Alex