aboutsummaryrefslogtreecommitdiff
path: root/Documentation/video4linux/cpia2_overview.txt
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-07-20 22:35:17 +0200
committerJiri Kosina <jkosina@suse.cz>2012-07-20 23:10:28 +0200
commitf9028317b2046ea13595c55fb29922d8d97cf497 (patch)
tree06f7f7c9de785760c449cf025edbf06aa7a5cbfe /Documentation/video4linux/cpia2_overview.txt
parent18d8fe1f899e39bf929f207ceeffb95d1c69002a (diff)
Documentation: Add newline at end-of-file to files lacking one
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>
Diffstat (limited to 'Documentation/video4linux/cpia2_overview.txt')
-rw-r--r--Documentation/video4linux/cpia2_overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/cpia2_overview.txt b/Documentation/video4linux/cpia2_overview.txt
index a6e53665216..ad6adbedfe5 100644
--- a/Documentation/video4linux/cpia2_overview.txt
+++ b/Documentation/video4linux/cpia2_overview.txt
@@ -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.