diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-12-03 13:54:57 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2015-12-03 14:20:49 -0800 |
commit | e6420dac3d5d45c60886221afcf31ecaf255d992 (patch) | |
tree | 2679fc3eda6485da9fd85bcb28ed7272eb852b97 /drivers/staging/greybus/Documentation | |
parent | 31bc2c9bcd3054b90322acf85a53aacbb9e29ee4 (diff) |
greybus: Documentation: Fix N-svc directory name
endo_id was present in place of the directory N-svc, fix it.
Fixes: 4f7b1833e78f ("Documentation/sysfs-bus-greybus: update the bus ABI documentation")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Documentation')
-rw-r--r-- | drivers/staging/greybus/Documentation/sysfs-bus-greybus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/Documentation/sysfs-bus-greybus b/drivers/staging/greybus/Documentation/sysfs-bus-greybus index 9329a31647cd..9a6bbc3a61fb 100644 --- a/drivers/staging/greybus/Documentation/sysfs-bus-greybus +++ b/drivers/staging/greybus/Documentation/sysfs-bus-greybus @@ -6,7 +6,7 @@ Description: The "root" greybus device for the Greybus device tree, or bus, where N is a dynamically assigned 1-based id. -What: /sys/bus/greybus/device/N-svc/endo_id +What: /sys/bus/greybus/device/N-svc Date: October 2015 KernelVersion: 4.XX Contact: Greg Kroah-Hartman <greg@kroah.com> |