Skip to content

Commit ad4a0f2

Browse files
guohanjunrafaeljw
authored andcommitted
ACPI: APD: Add kerneldoc for properties in struct apd_device_desc
commit 7ff55d1 ("ACPI / APD: Provide build-in properties of the UART") added the struct property_entry *properties field to struct apd_device_desc, but didn't add the kernel doc for it, so add it now. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent ba4f184 commit ad4a0f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/acpi/acpi_apd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ struct apd_private_data;
3434
* @flags: device flags like %ACPI_APD_SYSFS, %ACPI_APD_PM
3535
* @fixed_clk_rate: fixed rate input clock source for acpi device;
3636
* 0 means no fixed rate input clock source
37+
* @properties: build-in properties of the device such as UART
3738
* @setup: a hook routine to set device resource during create platform device
3839
*
3940
* Device description defined as acpi_device_id.driver_data

0 commit comments

Comments
 (0)