diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-02-12 15:11:20 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-02-12 15:34:14 +0100 |
commit | 1de359d82576e57963f0d8b2d89cbdb2c9f4f2aa (patch) | |
tree | 15b166c4d9e0d35caad28187a15e7df63c26d9cb /drivers/acpi | |
parent | ACPI: property: Satisfy kernel doc validator (part 1) (diff) | |
download | linux-1de359d82576e57963f0d8b2d89cbdb2c9f4f2aa.tar.xz linux-1de359d82576e57963f0d8b2d89cbdb2c9f4f2aa.zip |
ACPI: property: Satisfy kernel doc validator (part 2)
CHECK drivers/acpi/property.c
warning: Function parameter or member '__fwnode' not described in 'acpi_graph_get_remote_endpoint'
warning: Excess function parameter 'fwnode' description in 'acpi_graph_get_remote_endpoint'
warning: Excess function parameter 'endpoint' description in 'acpi_graph_get_remote_endpoint'
Fixes: 0ef7478639c5 ("ACPI: property: Make the ACPI graph API private")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/property.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index ab4d7c734b0d..e312ebaed8db 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c @@ -1212,8 +1212,7 @@ static struct fwnode_handle *acpi_graph_get_child_prop_value( /** * acpi_graph_get_remote_endpoint - Parses and returns remote end of an endpoint - * @fwnode: Endpoint firmware node pointing to a remote device - * @endpoint: Firmware node of remote endpoint is filled here if not %NULL + * @__fwnode: Endpoint firmware node pointing to a remote device * * Returns the remote endpoint corresponding to @__fwnode. NULL on error. */ |