On Wed, Jun 08, 2022 at 11:50:31AM -0400, Eric Farman wrote:
--- a/drivers/s390/cio/vfio_ccw_private.h +++ b/drivers/s390/cio/vfio_ccw_private.h @@ -98,7 +98,6 @@ struct vfio_ccw_private { struct completion *completion; atomic_t avail; struct mdev_device *mdev;
- struct notifier_block nb;
Could you also remove this from the comment block above the struct? Besides that, this is fine for -ccw.
Done, thanks
Jason