Documentation/ABI/rnbd-clt: fix typo in sysfs-class-rnbd-client
authorGioh Kim <gi-oh.kim@cloud.ionos.com>
Thu, 26 Nov 2020 10:47:18 +0000 (11:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 4 Dec 2020 16:41:10 +0000 (09:41 -0700)
/sys/block/rnbd<N> is created, not /sys/block/rnbd_client/rnbd<N>

Signed-off-by: Gioh Kim <gi-oh.kim@cloud.ionos.com>
Signed-off-by: Jack Wang <jinpu.wang@cloud.ionos.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/ABI/testing/sysfs-class-rnbd-client

index 00c0286..ca3267b 100644 (file)
@@ -66,7 +66,7 @@ Description:  Expected format is the following::
                    The rnbd_server prepends the <device_path> received from client
                    with <dev_search_path> and tries to open the
                    <dev_search_path>/<device_path> block device.  On success,
-                   a /dev/rnbd<N> device file, a /sys/block/rnbd_client/rnbd<N>/
+                   a /dev/rnbd<N> device file, a /sys/block/rnbd<N>/
                    directory and an entry in /sys/class/rnbd-client/ctl/devices
                    will be created.