Re: [PATCH 1/3] s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()
Heiko Carstens <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 02:14:27PM +0200, Christian Borntraeger wrote: > > int vfio_ccw_sch_quiesce(struct subchannel *sch) > > + __must_hold(&sch->lock); > Looks like this ; is wrong ^ > > will fixup when applying. Right. Thanks!