On 10/20/25 12:50 PM, Thomas Huth wrote:
On 20/10/2025 18.20, [email protected] wrote:
From: Jared Rossi <[email protected]>
The virtio-blkdev functions are incorrectly listed in s390-ccw.h as
belonging to
virtio.c. Additionally, virtio_load_direct() has an unused
subchan_id argument.
Remove the unused argument and move the prototypes to virtio.h so
that they are
independent from the CCW bus.
Signed-off-by: Jared Rossi <[email protected]>
---
I'd maybe spell "Misattributed Function Prototypes" with small letters
in the title, but apart from that, patch looks good to me:
Reviewed-by: Thomas Huth <[email protected]>
Thanks Thomas,
I'm not sure why I wrote it like that. I notice now I did the same
thing with "Architecture" in patch 3. I'll fix the capitalization in
both patches for the next version.
Regards,
Jared Rossi