From: Martin Fuzzey Date: Fri, 20 May 2016 12:23:38 +0000 (+0200) Subject: documentation: drivers/core/of: fix name of of_node symlink X-Git-Tag: v4.9.8~1413^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96b0af4b729cabd44e237c5a6b9bd4e0ea4ed457;p=platform%2Fkernel%2Flinux-rpi3.git documentation: drivers/core/of: fix name of of_node symlink commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from devices with an OF node") added a symlink called "of_node" to sysfs however the documentation describes it as "of_path". Fix the documentation to match what the code actually does. Signed-off-by: Martin Fuzzey Acked-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/ABI/stable/sysfs-devices b/Documentation/ABI/stable/sysfs-devices index 43f78b88d..df449d7 100644 --- a/Documentation/ABI/stable/sysfs-devices +++ b/Documentation/ABI/stable/sysfs-devices @@ -1,7 +1,7 @@ # Note: This documents additional properties of any device beyond what # is documented in Documentation/sysfs-rules.txt -What: /sys/devices/*/of_path +What: /sys/devices/*/of_node Date: February 2015 Contact: Device Tree mailing list Description: