Message ID | 20190617143057.4096-1-geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation: ABI: Add missing newline at end of file | expand |
On Mon, 17 Jun 2019 16:30:57 +0200 Geert Uytterhoeven <geert+renesas@glider.be> wrote: > "git diff" says: > > \ No newline at end of file > > after modifying the files. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Applied to the togreg branch of iio.git and pushed out as testing. Thanks, Jonathan > --- > Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 | 2 +- > Documentation/ABI/testing/sysfs-power | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 > index da9822309f0757bd..0e66ae9b0071e80b 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 > +++ b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 > @@ -13,4 +13,4 @@ Description: > error on writing > If DFSDM input is SPI Slave: > Reading returns value previously set. > - Writing value before starting conversions. > \ No newline at end of file > + Writing value before starting conversions. > diff --git a/Documentation/ABI/testing/sysfs-power b/Documentation/ABI/testing/sysfs-power > index 18b7dc929234f625..3c51303550118474 100644 > --- a/Documentation/ABI/testing/sysfs-power > +++ b/Documentation/ABI/testing/sysfs-power > @@ -300,4 +300,4 @@ Description: > attempt. > > Using this sysfs file will override any values that were > - set using the kernel command line for disk offset. > \ No newline at end of file > + set using the kernel command line for disk offset.
On Sat, 22 Jun 2019 11:52:57 +0100 Jonathan Cameron <jic23@kernel.org> wrote: > On Mon, 17 Jun 2019 16:30:57 +0200 > Geert Uytterhoeven <geert+renesas@glider.be> wrote: > > > "git diff" says: > > > > \ No newline at end of file > > > > after modifying the files. > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Applied to the togreg branch of iio.git and pushed out as testing. Hmm. I only just noticed that this 'fixes' the sysfs-power file as well which isn't one of mind. I'm going to drop the patch to avoid any possible clashes. Please respin as separate patches. Thanks, Jonathan > > Thanks, > > Jonathan > > > --- > > Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 | 2 +- > > Documentation/ABI/testing/sysfs-power | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 > > index da9822309f0757bd..0e66ae9b0071e80b 100644 > > --- a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 > > +++ b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 > > @@ -13,4 +13,4 @@ Description: > > error on writing > > If DFSDM input is SPI Slave: > > Reading returns value previously set. > > - Writing value before starting conversions. > > \ No newline at end of file > > + Writing value before starting conversions. > > diff --git a/Documentation/ABI/testing/sysfs-power b/Documentation/ABI/testing/sysfs-power > > index 18b7dc929234f625..3c51303550118474 100644 > > --- a/Documentation/ABI/testing/sysfs-power > > +++ b/Documentation/ABI/testing/sysfs-power > > @@ -300,4 +300,4 @@ Description: > > attempt. > > > > Using this sysfs file will override any values that were > > - set using the kernel command line for disk offset. > > \ No newline at end of file > > + set using the kernel command line for disk offset. >
diff --git a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 index da9822309f0757bd..0e66ae9b0071e80b 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 +++ b/Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 @@ -13,4 +13,4 @@ Description: error on writing If DFSDM input is SPI Slave: Reading returns value previously set. - Writing value before starting conversions. \ No newline at end of file + Writing value before starting conversions. diff --git a/Documentation/ABI/testing/sysfs-power b/Documentation/ABI/testing/sysfs-power index 18b7dc929234f625..3c51303550118474 100644 --- a/Documentation/ABI/testing/sysfs-power +++ b/Documentation/ABI/testing/sysfs-power @@ -300,4 +300,4 @@ Description: attempt. Using this sysfs file will override any values that were - set using the kernel command line for disk offset. \ No newline at end of file + set using the kernel command line for disk offset.
"git diff" says: \ No newline at end of file after modifying the files. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/ABI/testing/sysfs-bus-iio-dfsdm-adc-stm32 | 2 +- Documentation/ABI/testing/sysfs-power | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)