Skip to content

Commit

Permalink
Documentation: Add newline at end-of-file to files lacking one
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jjuhl authored and Jiri Kosina committed Jul 20, 2012
1 parent 18d8fe1 commit f902831
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Documentation/ABI/stable/vdso
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
that it is correct for their architecture.)
2 changes: 1 addition & 1 deletion Documentation/ABI/testing/sysfs-block-zram
Original file line number Diff line number Diff line change
Expand Up @@ -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
Unit: bytes
2 changes: 1 addition & 1 deletion Documentation/ABI/testing/sysfs-bus-usb-devices-usbsevseg
Original file line number Diff line number Diff line change
Expand Up @@ -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.
change this fields value to k + 10 ** m.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/sys/class/backlight/<backlight>/brightness.
2 changes: 1 addition & 1 deletion Documentation/arm/Samsung-S3C24XX/H1940.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Maintainers
Thanks to the many others who have also provided support.


(c) 2005 Ben Dooks
(c) 2005 Ben Dooks
2 changes: 1 addition & 1 deletion Documentation/arm/Samsung-S3C24XX/SMDK2440.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Maintainers
and to Simtec Electronics for allowing me time to work on this.


(c) 2004 Ben Dooks
(c) 2004 Ben Dooks
2 changes: 1 addition & 1 deletion Documentation/sound/alsa/hdspm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
note: here the analog output is enabled (but not routed).
2 changes: 1 addition & 1 deletion Documentation/video4linux/cpia2_overview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
a sequence of bytes to be written into a gpio port.
2 changes: 1 addition & 1 deletion Documentation/video4linux/stv680.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Any questions to me can be send to: [email protected]

0 comments on commit f902831

Please sign in to comment.