* [PATCH v2] Documentation: ABI: sysfs-bus-counter: Fix indentation
@ 2023-07-21 15:12 Biju Das
2023-07-26 21:48 ` William Breathitt Gray
0 siblings, 1 reply; 3+ messages in thread
From: Biju Das @ 2023-07-21 15:12 UTC (permalink / raw)
To: William Breathitt Gray
Cc: Biju Das, linux-iio, Geert Uytterhoeven, Pavel Machek,
Prabhakar Mahadev Lad, linux-renesas-soc
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://patchwork.kernel.org/project/cip-dev/patch/20230606075235.183132-5-biju.das.jz@bp.renesas.com/
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
v1->v2:
* Updated commit description
* Replaced spaces->tab for Contact and Description lines.
---
Documentation/ABI/testing/sysfs-bus-counter | 8 ++++----
1 file 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
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] Documentation: ABI: sysfs-bus-counter: Fix indentation
2023-07-21 15:12 [PATCH v2] Documentation: ABI: sysfs-bus-counter: Fix indentation Biju Das
@ 2023-07-26 21:48 ` William Breathitt Gray
2023-07-27 7:22 ` Biju Das
0 siblings, 1 reply; 3+ messages in thread
From: William Breathitt Gray @ 2023-07-26 21:48 UTC (permalink / raw)
To: Biju Das
Cc: linux-iio, Geert Uytterhoeven, Pavel Machek,
Prabhakar Mahadev Lad, linux-renesas-soc
[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]
On Fri, Jul 21, 2023 at 04:12:43PM +0100, Biju Das wrote:
> 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://patchwork.kernel.org/project/cip-dev/patch/20230606075235.183132-5-biju.das.jz@bp.renesas.com/
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Hi Biju,
I'll queue this for counter-next with the Closes tag changed to point to
Pavel's initial report on lore [^1] (let me know if that's not correct).
Thanks,
William Breathitt Gray
[1] https://lore.kernel.org/r/ZH8D3lCobUJP2T4K@duo.ucw.cz/
> ---
> v1->v2:
> * Updated commit description
> * Replaced spaces->tab for Contact and Description lines.
> ---
> Documentation/ABI/testing/sysfs-bus-counter | 8 ++++----
> 1 file 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
> --
> 2.25.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH v2] Documentation: ABI: sysfs-bus-counter: Fix indentation
2023-07-26 21:48 ` William Breathitt Gray
@ 2023-07-27 7:22 ` Biju Das
0 siblings, 0 replies; 3+ messages in thread
From: Biju Das @ 2023-07-27 7:22 UTC (permalink / raw)
To: William Breathitt Gray
Cc: linux-iio@vger.kernel.org, Geert Uytterhoeven, Pavel Machek,
Prabhakar Mahadev Lad, linux-renesas-soc@vger.kernel.org
Hi William Breathitt Gray,
> Subject: Re: [PATCH v2] Documentation: ABI: sysfs-bus-counter: Fix
> indentation
>
> On Fri, Jul 21, 2023 at 04:12:43PM +0100, Biju Das wrote:
> > 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://patchwork.kernel.org/project/cip-dev/patch/20230606075235.1831
> > 32-5-biju.das.jz@bp.renesas.com/
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
>
> Hi Biju,
>
> I'll queue this for counter-next with the Closes tag changed to point to
> Pavel's initial report on lore [^1] (let me know if that's not correct).
It is good to me.
Cheers,
Biju
>
> Thanks,
>
> William Breathitt Gray
>
> [1] https://lore.kernel.org/r/ZH8D3lCobUJP2T4K@duo.ucw.cz/
>
> > ---
> > v1->v2:
> > * Updated commit description
> > * Replaced spaces->tab for Contact and Description lines.
> > ---
> > Documentation/ABI/testing/sysfs-bus-counter | 8 ++++----
> > 1 file 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_selec
> t_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
> > --
> > 2.25.1
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-27 7:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 15:12 [PATCH v2] Documentation: ABI: sysfs-bus-counter: Fix indentation Biju Das
2023-07-26 21:48 ` William Breathitt Gray
2023-07-27 7:22 ` Biju Das
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.