Skip to content

Commit

Permalink
device property: fix fwnode_graph_get_next_endpoint() documentation
Browse files Browse the repository at this point in the history
Sync documentation with code.

Fixes: 07bb80d (device property: Add support for remote endpoints)
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Marco Felsch authored and Rafael J. Wysocki committed Dec 18, 2018
1 parent d84f18d commit f569da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/property.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ int fwnode_irq_get(struct fwnode_handle *fwnode, unsigned int index)
EXPORT_SYMBOL(fwnode_irq_get);

/**
* device_graph_get_next_endpoint - Get next endpoint firmware node
* fwnode_graph_get_next_endpoint - Get next endpoint firmware node
* @fwnode: Pointer to the parent firmware node
* @prev: Previous endpoint node or %NULL to get the first
*
Expand Down

0 comments on commit f569da8

Please sign in to comment.