2019-02-16 07:08:21

by Tomasz Duszynski

[permalink] [raw]
Subject: [PATCH] iio: chemical: sps30: fix attribute kernel version

4.22 has never existed and this change was actually added to 4.21
hence fix the numbering.

Signed-off-by: Tomasz Duszynski <[email protected]>
---
Documentation/ABI/testing/sysfs-bus-iio-sps30 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio-sps30 b/Documentation/ABI/testing/sysfs-bus-iio-sps30
index 143df8e89d08..bef52f3e47bc 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio-sps30
+++ b/Documentation/ABI/testing/sysfs-bus-iio-sps30
@@ -1,6 +1,6 @@
What: /sys/bus/iio/devices/iio:deviceX/start_cleaning
Date: December 2018
-KernelVersion: 4.22
+KernelVersion: 4.21
Contact: [email protected]
Description:
Writing 1 starts sensor self cleaning. Internal fan accelerates
--
2.20.1



2019-02-20 11:17:26

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH] iio: chemical: sps30: fix attribute kernel version

On Fri, 15 Feb 2019 20:57:59 +0100
Tomasz Duszynski <[email protected]> wrote:

> 4.22 has never existed and this change was actually added to 4.21
> hence fix the numbering.
>
> Signed-off-by: Tomasz Duszynski <[email protected]>
4.21 isn't going to exist either.

Current is targeting 5.0.
https://elixir.bootlin.com/linux/v5.0-rc7/source/Makefile

Hmm. Shy Crocodile :)

Jonathan

> ---
> Documentation/ABI/testing/sysfs-bus-iio-sps30 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio-sps30 b/Documentation/ABI/testing/sysfs-bus-iio-sps30
> index 143df8e89d08..bef52f3e47bc 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio-sps30
> +++ b/Documentation/ABI/testing/sysfs-bus-iio-sps30
> @@ -1,6 +1,6 @@
> What: /sys/bus/iio/devices/iio:deviceX/start_cleaning
> Date: December 2018
> -KernelVersion: 4.22
> +KernelVersion: 4.21
> Contact: [email protected]
> Description:
> Writing 1 starts sensor self cleaning. Internal fan accelerates
> --
> 2.20.1
>


2019-02-20 18:56:07

by Tomasz Duszynski

[permalink] [raw]
Subject: Re: [PATCH] iio: chemical: sps30: fix attribute kernel version

On Wed, Feb 20, 2019 at 11:16:32AM +0000, Jonathan Cameron wrote:
> On Fri, 15 Feb 2019 20:57:59 +0100
> Tomasz Duszynski <[email protected]> wrote:
>
> > 4.22 has never existed and this change was actually added to 4.21
> > hence fix the numbering.
> >
> > Signed-off-by: Tomasz Duszynski <[email protected]>
> 4.21 isn't going to exist either.
>
> Current is targeting 5.0.

Right, my bad.

> https://elixir.bootlin.com/linux/v5.0-rc7/source/Makefile
>
> Hmm. Shy Crocodile :)
>

Catchy name.

> Jonathan
>
> > ---
> > Documentation/ABI/testing/sysfs-bus-iio-sps30 | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-sps30 b/Documentation/ABI/testing/sysfs-bus-iio-sps30
> > index 143df8e89d08..bef52f3e47bc 100644
> > --- a/Documentation/ABI/testing/sysfs-bus-iio-sps30
> > +++ b/Documentation/ABI/testing/sysfs-bus-iio-sps30
> > @@ -1,6 +1,6 @@
> > What: /sys/bus/iio/devices/iio:deviceX/start_cleaning
> > Date: December 2018
> > -KernelVersion: 4.22
> > +KernelVersion: 4.21
> > Contact: [email protected]
> > Description:
> > Writing 1 starts sensor self cleaning. Internal fan accelerates
> > --
> > 2.20.1
> >
>