diff options
author | Robert Love <robert.w.love@intel.com> | 2012-10-30 02:55:46 +0100 |
---|---|---|
committer | Robert Love <robert.w.love@intel.com> | 2012-12-04 19:16:38 +0100 |
commit | 354d1123c16942b8a3ca9131b8fc2f8c06e2ed7f (patch) | |
tree | 8aded491f21bf62775a034891b0a0809de94340a /Documentation/ABI/testing/sysfs-bus-fcoe | |
parent | libfc: fix REC handling (diff) | |
download | linux-354d1123c16942b8a3ca9131b8fc2f8c06e2ed7f.tar.xz linux-354d1123c16942b8a3ca9131b8fc2f8c06e2ed7f.zip |
Documentation: Add missing devices/ to devices path
Add missing 'devices/ subdirectory to /sys/bus/fcoe/devices/ctlr_X
and /sys/bus/fcoe/devices/fcf_X references.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-fcoe')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-fcoe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-fcoe b/Documentation/ABI/testing/sysfs-bus-fcoe index 50e2a80ea28f..971dc22e6c2a 100644 --- a/Documentation/ABI/testing/sysfs-bus-fcoe +++ b/Documentation/ABI/testing/sysfs-bus-fcoe @@ -1,4 +1,4 @@ -What: /sys/bus/fcoe/ctlr_X +What: /sys/bus/fcoe/devices/ctlr_X Date: March 2012 KernelVersion: TBD Contact: Robert Love <robert.w.love@intel.com>, devel@open-fcoe.org @@ -26,7 +26,7 @@ Attributes: Notes: ctlr_X (global increment starting at 0) -What: /sys/bus/fcoe/fcf_X +What: /sys/bus/fcoe/devices/fcf_X Date: March 2012 KernelVersion: TBD Contact: Robert Love <robert.w.love@intel.com>, devel@open-fcoe.org |