mbox series

[0/2] s390/vfio-*: make mdev_types unlike a fake flex array

Message ID 20250217100614.3043620-1-pasic@linux.ibm.com (mailing list archive)
Headers show
Series s390/vfio-*: make mdev_types unlike a fake flex array | expand

Message

Halil Pasic Feb. 17, 2025, 10:06 a.m. UTC
One sized trailing array members can look like fake flex arrays and
confuse people. Let us try to make the mdev_types member of the parent
devices in vfio-ap and vfio-ccw less confusing.


Halil Pasic (2):
  s390/vfio-ap: make mdev_types not look like a fake flex array
  s390/vfio-ccw: make mdev_types not look like a fake flex array

 drivers/s390/cio/vfio_ccw_drv.c       | 6 +++---
 drivers/s390/cio/vfio_ccw_private.h   | 2 +-
 drivers/s390/crypto/vfio_ap_ops.c     | 4 ++--
 drivers/s390/crypto/vfio_ap_private.h | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)


base-commit: 0ad2507d5d93f39619fc42372c347d6006b64319

Comments

Vasily Gorbik Feb. 18, 2025, 4:38 p.m. UTC | #1
On Mon, Feb 17, 2025 at 11:06:12AM +0100, Halil Pasic wrote:
> 
> One sized trailing array members can look like fake flex arrays and
> confuse people. Let us try to make the mdev_types member of the parent
> devices in vfio-ap and vfio-ccw less confusing.
> 
> 
> Halil Pasic (2):
>   s390/vfio-ap: make mdev_types not look like a fake flex array
>   s390/vfio-ccw: make mdev_types not look like a fake flex array
> 
>  drivers/s390/cio/vfio_ccw_drv.c       | 6 +++---
>  drivers/s390/cio/vfio_ccw_private.h   | 2 +-
>  drivers/s390/crypto/vfio_ap_ops.c     | 4 ++--
>  drivers/s390/crypto/vfio_ap_private.h | 2 +-
>  4 files changed, 7 insertions(+), 7 deletions(-)

Applied, thank you!