diff options
author | Saravana Kannan | 2020-07-24 11:05:22 -0700 |
---|---|---|
committer | Greg Kroah-Hartman | 2020-07-24 20:55:25 +0200 |
commit | 90b109d50da09ddaa179732c01ccba7f759c125d (patch) | |
tree | ab4cbac82ee9c663a4106adc2bf7157fc4105003 /Documentation/ABI/testing/sysfs-class-devlink | |
parent | a24c6f7bc923d5e2f3139855eb09b0d480d6b410 (diff) |
driver core: Change delimiter in devlink device's name to "--"
The devlink device name is of the form "supplier:consumer". But ":" is
fairly common in device names and makes it visually hard to distinguish
supplier and consumer. So, replace it with "--" to make it easier.
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20200724180523.1393383-1-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-devlink')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-devlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-devlink b/Documentation/ABI/testing/sysfs-class-devlink index 3a24973abb83..64791b65c9a3 100644 --- a/Documentation/ABI/testing/sysfs-class-devlink +++ b/Documentation/ABI/testing/sysfs-class-devlink @@ -4,7 +4,7 @@ Contact: Saravana Kannan <saravanak@google.com> Description: Provide a place in sysfs for the device link objects in the kernel at any given time. The name of a device link directory, - denoted as ... above, is of the form <supplier>:<consumer> + denoted as ... above, is of the form <supplier>--<consumer> where <supplier> is the supplier device name and <consumer> is the consumer device name. |