diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2023-07-21 18:12:43 +0300 |
---|---|---|
committer | William Breathitt Gray <william.gray@linaro.org> | 2023-08-16 16:41:29 +0300 |
commit | 3a91388002afb03521b03c0cc1b7f371e3b1151a (patch) | |
tree | 328fd101112a11f3b7bf3b55ff44e14749f8c7d0 /Documentation/ABI/testing/sysfs-bus-counter | |
parent | 83bc0982bf25edfcb261bebee51abc76ce8a975b (diff) | |
download | linux-3a91388002afb03521b03c0cc1b7f371e3b1151a.tar.xz |
Documentation: ABI: sysfs-bus-counter: Fix indentation
Fix the indentation of the KernelVersion, Contact, and Description in
external_input_phase_clock_select_available block by replacing
spaces with tabs similar to other blocks.
Reported-by: Pavel Machek <pavel@denx.de>
Closes: https://lore.kernel.org/r/ZH8D3lCobUJP2T4K@duo.ucw.cz/
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230721151243.282435-1-biju.das.jz@bp.renesas.com/
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-counter')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-counter | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-counter b/Documentation/ABI/testing/sysfs-bus-counter index dc3b3a5c876b..73ac84c0bca7 100644 --- a/Documentation/ABI/testing/sysfs-bus-counter +++ b/Documentation/ABI/testing/sysfs-bus-counter @@ -22,11 +22,11 @@ Description: phase clock. What: /sys/bus/counter/devices/counterX/external_input_phase_clock_select_available -KernelVersion: 6.4 -Contact: linux-iio@vger.kernel.org +KernelVersion: 6.4 +Contact: linux-iio@vger.kernel.org Description: - Discrete set of available values for the respective device - configuration are listed in this file. + Discrete set of available values for the respective device + configuration are listed in this file. What: /sys/bus/counter/devices/counterX/countY/count KernelVersion: 5.2 |