summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/ipu3/ipu3.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:29:08 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:47:24 -0500
commit2f8ee0dd84196278bc24f1cbdfd3b6a96ccca25a (patch)
treed7fd023f05b5a048f563f049b4ab4952c59277b4 /drivers/staging/media/ipu3/ipu3.h
parente907bf3c9820c8480b1d83aca42a5668c5364be9 (diff)
downloadlinux-2f8ee0dd84196278bc24f1cbdfd3b6a96ccca25a.tar.bz2
media: staging: 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>
Diffstat (limited to 'drivers/staging/media/ipu3/ipu3.h')
-rw-r--r--drivers/staging/media/ipu3/ipu3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/ipu3/ipu3.h b/drivers/staging/media/ipu3/ipu3.h
index 6b408f726667..73b123b2b8a2 100644
--- a/drivers/staging/media/ipu3/ipu3.h
+++ b/drivers/staging/media/ipu3/ipu3.h
@@ -146,7 +146,7 @@ struct imgu_device {
* vid_buf.list and css->queue
*/
struct mutex lock;
- /* Forbit streaming and buffer queuing during system suspend. */
+ /* Forbid streaming and buffer queuing during system suspend. */
atomic_t qbuf_barrier;
/* Indicate if system suspend take place while imgu is streaming. */
bool suspend_in_stream;