Documentation: Add newline at end-of-file to files lacking one
authorJesper Juhl <jj@chaosbits.net>
Fri, 20 Jul 2012 20:35:17 +0000 (22:35 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 20 Jul 2012 21:10:28 +0000 (23:10 +0200)
This patch simply adds a newline character at end-of-file to those
files in Documentation/ that currently lack one.

This is done for a few different reasons:

A) It's rather annoying when you do "cat some_file.txt" that your
   prompt/cursor ends up at the end of the last line of output rather
   than on a new line.

B) Some tools that process files line-by-line may get confused by the
   lack of a newline on the last line.

C) The "\ No newline at end of file" line in diffs annoys me for some
   reason.

So, let's just add the missing newline once and for all.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/ABI/stable/vdso
Documentation/ABI/testing/sysfs-block-zram
Documentation/ABI/testing/sysfs-bus-usb-devices-usbsevseg
Documentation/ABI/testing/sysfs-class-backlight-driver-adp8870
Documentation/arm/Samsung-S3C24XX/H1940.txt
Documentation/arm/Samsung-S3C24XX/SMDK2440.txt
Documentation/sound/alsa/hdspm.txt
Documentation/video4linux/cpia2_overview.txt
Documentation/video4linux/stv680.txt

index 8a1cbb594497152f48e805335d9445928c91de37..7cdfc28cc2c6d93b861d6ec3acb05bc5aca8bc70 100644 (file)
@@ -24,4 +24,4 @@ though.
 
 (As of this writing, this ABI documentation as been confirmed for x86_64.
  The maintainers of the other vDSO-using architectures should confirm
- that it is correct for their architecture.)
\ No newline at end of file
+ that it is correct for their architecture.)
index c8b3b48ec62c29232ed10db7b3443c6189f21a2d..ec93fe33baa6bc853528dc7179adf1eec852078c 100644 (file)
@@ -96,4 +96,4 @@ Description:
                overhead, allocated for this disk. So, allocator space
                efficiency can be calculated using compr_data_size and this
                statistic.
-               Unit: bytes
\ No newline at end of file
+               Unit: bytes
index cb830df8777c017a5df7b7afbdcec0f94f3d07cd..70d00dfa443d2f2f85d24f662c17606b034673c3 100644 (file)
@@ -40,4 +40,4 @@ Description:  Controls the decimal places on the device.
                the value of 10 ** n. Assume this field has
                the value k and has 1 or more decimal places set,
                to set the mth place (where m is not already set),
-               change this fields value to k + 10 ** m.
\ No newline at end of file
+               change this fields value to k + 10 ** m.
index 4a9c545bda4ba2d4d75637290007d2b510134c9f..33e648808117770949f81bd72e4b7fe1479705d4 100644 (file)
@@ -53,4 +53,4 @@ Description:
                Documentation/ABI/stable/sysfs-class-backlight.
                It can be enabled by writing the value stored in
                /sys/class/backlight/<backlight>/max_brightness to
-               /sys/class/backlight/<backlight>/brightness.
\ No newline at end of file
+               /sys/class/backlight/<backlight>/brightness.
index f4a7b22c8664be44c398ab4325c951b084b965e8..b738859b1fc0f1d1daafc9a35466c7c637ecedc2 100644 (file)
@@ -37,4 +37,4 @@ Maintainers
   Thanks to the many others who have also provided support.
 
 
-(c) 2005 Ben Dooks
\ No newline at end of file
+(c) 2005 Ben Dooks
index 32e1eae6a25fd9f942453a5548bbf587937e4a92..429390bd4684abc5fe0c89afa415af0210ac1330 100644 (file)
@@ -53,4 +53,4 @@ Maintainers
   and to Simtec Electronics for allowing me time to work on this.
 
 
-(c) 2004 Ben Dooks
\ No newline at end of file
+(c) 2004 Ben Dooks
index 7a67ff71a9f87eb3e7d5edc9086578525b4efd3e..7ba31948dea72191f72b25e5b7390303b17d7ab2 100644 (file)
@@ -359,4 +359,4 @@ Calling Parameter:
    enable_monitor int array (min = 1, max = 8), 
      "Enable Analog Out on Channel 63/64 by default."
 
-      note: here the analog output is enabled (but not routed).
\ No newline at end of file
+      note: here the analog output is enabled (but not routed).
index a6e53665216bc8be5c30ce1454d001023c2b656d..ad6adbedfe50085c1bf57224404707d473b32b7c 100644 (file)
@@ -35,4 +35,4 @@ the camera.  There are three modes for this.  Block mode requests a number
 of contiguous registers.  Random mode reads or writes random registers with
 a tuple structure containing address/value pairs.  The repeat mode is only
 used by VP4 to load a firmware patch.  It contains a starting address and
-a sequence of bytes to be written into a gpio port.
\ No newline at end of file
+a sequence of bytes to be written into a gpio port.
index 4f8946f32f51b620a051fab35aac66ab01796f2b..e3de33645308f507facffa9859a3e99217ce85b9 100644 (file)
@@ -50,4 +50,4 @@ The latest info on this driver can be found at:
 http://personal.clt.bellsouth.net/~kjsisson or at
 http://stv0680-usb.sourceforge.net
 
-Any questions to me can be send to:  kjsisson@bellsouth.net
\ No newline at end of file
+Any questions to me can be send to:  kjsisson@bellsouth.net
This page took 0.029774 seconds and 5 git commands to generate.