Message ID | 20230721151243.282435-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [v2] Documentation: ABI: sysfs-bus-counter: Fix indentation | expand |
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 >
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 > >
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
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(-)