[PATCH v3 1/6] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID

Mika Westerberg mika.westerberg at linux.intel.com
Tue Oct 24 02:28:39 PDT 2023


On Tue, Oct 24, 2023 at 11:50:13AM +0530, Raag Jadav wrote:
> +/**
> + * acpi_dev_uid_match - Match device by supplied UID
> + * @adev: ACPI device to match.
> + * @uid2: Unique ID of the device.
> + *
> + * Matches UID in @adev with given @uid2.
> + *
> + * Returns:
> + *  - %true if matches.
> + *  - %false otherwise.

Nit: these actually do not get formatted like above so you can just
write it as

Returns: %true in case UIDs match, %false otherwise.

If it is even needed, I think it is pretty obvious from the function
name what it returns.



More information about the linux-arm-kernel mailing list