Message ID | 20190215195759.31304-1-tduszyns@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: chemical: sps30: fix attribute kernel version | expand |
On Fri, 15 Feb 2019 20:57:59 +0100 Tomasz Duszynski <tduszyns@gmail.com> wrote: > 4.22 has never existed and this change was actually added to 4.21 > hence fix the numbering. > > Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com> 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: linux-iio@vger.kernel.org > Description: > Writing 1 starts sensor self cleaning. Internal fan accelerates > -- > 2.20.1 >
On Wed, Feb 20, 2019 at 11:16:32AM +0000, Jonathan Cameron wrote: > On Fri, 15 Feb 2019 20:57:59 +0100 > Tomasz Duszynski <tduszyns@gmail.com> wrote: > > > 4.22 has never existed and this change was actually added to 4.21 > > hence fix the numbering. > > > > Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com> > 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: linux-iio@vger.kernel.org > > Description: > > Writing 1 starts sensor self cleaning. Internal fan accelerates > > -- > > 2.20.1 > > >
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: linux-iio@vger.kernel.org Description: Writing 1 starts sensor self cleaning. Internal fan accelerates
4.22 has never existed and this change was actually added to 4.21 hence fix the numbering. Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com> --- Documentation/ABI/testing/sysfs-bus-iio-sps30 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1