From 9e5e6fa6bf66503f4eb48601f3d7b58c8a5f2b0a Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Wed, 13 Apr 2016 19:18:58 +0200 Subject: [PATCH] greybus: Documentation/sysfs: rename the svc eject attribute The svc eject attribute was added as an interim solution and is still used to implement a form of forced ejection. This will soon be superseded by the module eject attribute, which will provide an interface for clean eject. We may keep the forced-eject mechanism around indefinitely, albeit possibly with a different name (e.g. forced_intf_eject). Either way, update the example tree to reflect the actual name, intf_eject, which currently used for this svc attribute. Signed-off-by: Johan Hovold Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- .../Documentation/sysfs/greybus1/1-svc/{eject => intf_eject} | 0 .../Documentation/sysfs/greybus2/2-svc/{eject => intf_eject} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename drivers/staging/greybus/Documentation/sysfs/greybus1/1-svc/{eject => intf_eject} (100%) rename drivers/staging/greybus/Documentation/sysfs/greybus2/2-svc/{eject => intf_eject} (100%) diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus1/1-svc/eject b/drivers/staging/greybus/Documentation/sysfs/greybus1/1-svc/intf_eject similarity index 100% rename from drivers/staging/greybus/Documentation/sysfs/greybus1/1-svc/eject rename to drivers/staging/greybus/Documentation/sysfs/greybus1/1-svc/intf_eject diff --git a/drivers/staging/greybus/Documentation/sysfs/greybus2/2-svc/eject b/drivers/staging/greybus/Documentation/sysfs/greybus2/2-svc/intf_eject similarity index 100% rename from drivers/staging/greybus/Documentation/sysfs/greybus2/2-svc/eject rename to drivers/staging/greybus/Documentation/sysfs/greybus2/2-svc/intf_eject -- 2.39.5