Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] Documentation: ABI: sysfs-bus-counter: Fix indentation
@ 2023-07-17 12:00 Biju Das
  2023-07-21 13:23 ` William Breathitt Gray
  0 siblings, 1 reply; 3+ messages in thread
From: Biju Das @ 2023-07-17 12:00 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: Biju Das, linux-iio, Pavel Machek, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, linux-renesas-soc

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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: ABI: sysfs-bus-counter: Fix indentation
  2023-07-17 12:00 [PATCH] Documentation: ABI: sysfs-bus-counter: Fix indentation Biju Das
@ 2023-07-21 13:23 ` William Breathitt Gray
  2023-07-21 14:46   ` Biju Das
  0 siblings, 1 reply; 3+ messages in thread
From: William Breathitt Gray @ 2023-07-21 13:23 UTC (permalink / raw)
  To: Biju Das
  Cc: linux-iio, Pavel Machek, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] Documentation: ABI: sysfs-bus-counter: Fix indentation
  2023-07-21 13:23 ` William Breathitt Gray
@ 2023-07-21 14:46   ` Biju Das
  0 siblings, 0 replies; 3+ messages in thread
From: Biju Das @ 2023-07-21 14:46 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: linux-iio@vger.kernel.org, Pavel Machek, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, linux-renesas-soc@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-21 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17 12:00 [PATCH] Documentation: ABI: sysfs-bus-counter: Fix indentation Biju Das
2023-07-21 13:23 ` William Breathitt Gray
2023-07-21 14:46   ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox