diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 20:29:06 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-03-01 15:45:52 +0100 |
commit | e907bf3c9820c8480b1d83aca42a5668c5364be9 (patch) | |
tree | 67176a1cb5932ba46a827c6cb6ca6f57a74d0bb6 /include/media/drv-intf/exynos-fimc.h | |
parent | media: common: fix several typos (diff) | |
download | linux-e907bf3c9820c8480b1d83aca42a5668c5364be9.tar.xz linux-e907bf3c9820c8480b1d83aca42a5668c5364be9.zip |
media: include: fix several typos
Use codespell to fix lots of typos over frontends.
Manually verified to avoid false-positives.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/media/drv-intf/exynos-fimc.h')
-rw-r--r-- | include/media/drv-intf/exynos-fimc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/drv-intf/exynos-fimc.h b/include/media/drv-intf/exynos-fimc.h index f9c64338841f..54c214737142 100644 --- a/include/media/drv-intf/exynos-fimc.h +++ b/include/media/drv-intf/exynos-fimc.h @@ -81,7 +81,7 @@ struct fimc_source_info { * v4l2_device notification id. This is only for internal use in the kernel. * Sensor subdevs should issue S5P_FIMC_TX_END_NOTIFY notification in single * frame capture mode when there is only one VSYNC pulse issued by the sensor - * at begining of the frame transmission. + * at beginning of the frame transmission. */ #define S5P_FIMC_TX_END_NOTIFY _IO('e', 0) |