diff options
author | Stefan Huber <steffhip@googlemail.com> | 2013-06-05 06:24:33 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-05 10:24:57 -0400 |
commit | 8bfcb93a87ade07f74ed7a3b0fe807a7f3dfa587 (patch) | |
tree | 6219518ead671a4cd316fdd5a9ce2e030f843de7 /Documentation/video4linux | |
parent | e3d1848f29d6f02d74ea978e1a699bde5802d7d4 (diff) |
Documentation/video4linux/soc-camera.txt fix a typo
Corrected the word taks to take.
Signed-off-by: Stefan Huber <steffhip@googlemail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/video4linux')
-rw-r--r-- | Documentation/video4linux/soc-camera.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/soc-camera.txt b/Documentation/video4linux/soc-camera.txt index f62fcdbc8b9f..daa9e2ac162c 100644 --- a/Documentation/video4linux/soc-camera.txt +++ b/Documentation/video4linux/soc-camera.txt | |||
@@ -116,7 +116,7 @@ VIDIOC_S_FMT: sets user window. Should preserve previously set sensor window as | |||
116 | much as possible by modifying scaling factors. If the sensor window cannot be | 116 | much as possible by modifying scaling factors. If the sensor window cannot be |
117 | preserved precisely, it may be changed too. | 117 | preserved precisely, it may be changed too. |
118 | 118 | ||
119 | In soc-camera there are two locations, where scaling and cropping can taks | 119 | In soc-camera there are two locations, where scaling and cropping can take |
120 | place: in the camera driver and in the host driver. User ioctls are first passed | 120 | place: in the camera driver and in the host driver. User ioctls are first passed |
121 | to the host driver, which then generally passes them down to the camera driver. | 121 | to the host driver, which then generally passes them down to the camera driver. |
122 | It is more efficient to perform scaling and cropping in the camera driver to | 122 | It is more efficient to perform scaling and cropping in the camera driver to |