Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Huber and committed by
Jiri Kosina
8bfcb93a e3d1848f

+1 -1
+1 -1
Documentation/video4linux/soc-camera.txt
··· 116 116 much as possible by modifying scaling factors. If the sensor window cannot be 117 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 120 place: in the camera driver and in the host driver. User ioctls are first passed 121 121 to the host driver, which then generally passes them down to the camera driver. 122 122 It is more efficient to perform scaling and cropping in the camera driver to