diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2019-02-18 14:29:00 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-03-01 09:35:21 -0500 |
| commit | 8b72c18d467fad497fe73c59915556e32bc5241d (patch) | |
| tree | 2e7d77765d8043c5848e8b7a74ba16e09258ed12 /drivers/media/platform/stm32/stm32-dcmi.c | |
| parent | 167905540e08e37162adc24066427944f71bf7a4 (diff) | |
media: platform: fix several typos
Use codespell to fix lots of typos over frontends.
Manually verified to avoid false-positives.
Reviewed-by: Niklas Söderlund <[email protected]>
Acked-by: Andrzej Pietrasiewicz <[email protected]>
Reviewed-by: Benoit Parrot <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Reviewed-by: Lad, Prabhakar <[email protected]>
Acked-by: Philipp Zabel <[email protected]>
Reviewed-by: Houlong Wei <[email protected]>
Reviewed-by: Yong Deng <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/platform/stm32/stm32-dcmi.c')
| -rw-r--r-- | drivers/media/platform/stm32/stm32-dcmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/stm32/stm32-dcmi.c b/drivers/media/platform/stm32/stm32-dcmi.c index 6732874114cf..5fe5b38fa901 100644 --- a/drivers/media/platform/stm32/stm32-dcmi.c +++ b/drivers/media/platform/stm32/stm32-dcmi.c @@ -1544,7 +1544,7 @@ static void dcmi_graph_notify_unbind(struct v4l2_async_notifier *notifier, dev_dbg(dcmi->dev, "Removing %s\n", video_device_node_name(dcmi->vdev)); - /* Checks internaly if vdev has been init or not */ + /* Checks internally if vdev has been init or not */ video_unregister_device(dcmi->vdev); } |