lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 18 Dec 2018 16:52:39 +0100
From:   Marco Felsch <m.felsch@...gutronix.de>
To:     sakari.ailus@...ux.intel.com, rafael@...nel.org,
        mika.westerberg@...ux.intel.com, gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org, kernel@...gutronix.de
Subject: [PATCH] device property: fix fwnode_graph_get_next_endpoint documentation

Sync documentation with code.

Fixes: 07bb80d40b0e ("device property: Add support for remote endpoints")
Signed-off-by: Marco Felsch <m.felsch@...gutronix.de>
---
 drivers/base/property.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/property.c b/drivers/base/property.c
index 240ab5230ff6..e5a58614f8e0 100644
--- a/drivers/base/property.c
+++ b/drivers/base/property.c
@@ -1341,7 +1341,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
  *
-- 
2.19.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ