Re: [PATCH v2 2/6] vfio: selftests: Introduce a sysfs lib

From: Raghavendra Rao Ananta

Date: Fri Dec 12 2025 - 13:27:19 EST


On Wed, Dec 10, 2025 at 10:14 AM Raghavendra Rao Ananta
<rananta@xxxxxxxxxx> wrote:
> +
> +static int sysfs_get_device_val(const char *bdf, const char *file)
> +{
> + sysfs_get_val("devices", bdf, file);
This should be 'return sysfs_get_val("devices", bdf, file);' . I'll
fix it in v3.
> +}