Message ID | 20230717120039.164804-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | Documentation: ABI: sysfs-bus-counter: Fix indentation | expand |
On Mon, Jul 17, 2023 at 01:00:39PM +0100, Biju Das wrote: > Fix indentation of the KernelVersion in external_input_phase_clock_ > select_available block. > > 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> > --- > Documentation/ABI/testing/sysfs-bus-counter | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-counter b/Documentation/ABI/testing/sysfs-bus-counter > index dc3b3a5c876b..7981dcbda624 100644 > --- a/Documentation/ABI/testing/sysfs-bus-counter > +++ b/Documentation/ABI/testing/sysfs-bus-counter > @@ -22,7 +22,7 @@ Description: > phase clock. > > What: /sys/bus/counter/devices/counterX/external_input_phase_clock_select_available > -KernelVersion: 6.4 > +KernelVersion: 6.4 > Contact: linux-iio@vger.kernel.org > Description: > Discrete set of available values for the respective device The Contact and Description lines also need to be fixed, don't they? It looks like they are indented using spaces while the other blocks use tabs. William Breathitt Gray
Hi William Breathitt Gray, Thanks for the feedback. > Subject: Re: [PATCH] Documentation: ABI: sysfs-bus-counter: Fix > indentation > > On Mon, Jul 17, 2023 at 01:00:39PM +0100, Biju Das wrote: > > Fix indentation of the KernelVersion in external_input_phase_clock_ > > select_available block. > > > > 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> > > --- > > Documentation/ABI/testing/sysfs-bus-counter | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/ABI/testing/sysfs-bus-counter > > b/Documentation/ABI/testing/sysfs-bus-counter > > index dc3b3a5c876b..7981dcbda624 100644 > > --- a/Documentation/ABI/testing/sysfs-bus-counter > > +++ b/Documentation/ABI/testing/sysfs-bus-counter > > @@ -22,7 +22,7 @@ Description: > > phase clock. > > > > What: > /sys/bus/counter/devices/counterX/external_input_phase_clock_selec > t_available > > -KernelVersion: 6.4 > > +KernelVersion: 6.4 > > Contact: linux-iio@vger.kernel.org > > Description: > > Discrete set of available values for the respective > > device > > The Contact and Description lines also need to be fixed, don't they? It > looks like they are indented using spaces while the other blocks use > tabs. OK, will fix and send V2. Cheers, Biju
diff --git a/Documentation/ABI/testing/sysfs-bus-counter b/Documentation/ABI/testing/sysfs-bus-counter index dc3b3a5c876b..7981dcbda624 100644 --- a/Documentation/ABI/testing/sysfs-bus-counter +++ b/Documentation/ABI/testing/sysfs-bus-counter @@ -22,7 +22,7 @@ Description: phase clock. What: /sys/bus/counter/devices/counterX/external_input_phase_clock_select_available -KernelVersion: 6.4 +KernelVersion: 6.4 Contact: linux-iio@vger.kernel.org Description: Discrete set of available values for the respective device
Fix indentation of the KernelVersion in external_input_phase_clock_ select_available block. 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> --- Documentation/ABI/testing/sysfs-bus-counter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)