diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 14:28:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-03-01 09:32:51 -0500 |
commit | 167905540e08e37162adc24066427944f71bf7a4 (patch) | |
tree | 001a42d80af139e6f075d780a96f148cc06b73c5 /drivers/media/pci/tw68 | |
parent | f8a7647d311f49f2f8cad572bcc62dbca5484dc8 (diff) |
media: pci: 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/media/pci/tw68')
-rw-r--r-- | drivers/media/pci/tw68/tw68-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/tw68/tw68-video.c b/drivers/media/pci/tw68/tw68-video.c index d3f727045ae8..4f74b14c3b4f 100644 --- a/drivers/media/pci/tw68/tw68-video.c +++ b/drivers/media/pci/tw68/tw68-video.c | |||
@@ -446,7 +446,7 @@ static void tw68_buf_queue(struct vb2_buffer *vb) | |||
446 | /* | 446 | /* |
447 | * buffer_prepare | 447 | * buffer_prepare |
448 | * | 448 | * |
449 | * Set the ancilliary information into the buffer structure. This | 449 | * Set the ancillary information into the buffer structure. This |
450 | * includes generating the necessary risc program if it hasn't already | 450 | * includes generating the necessary risc program if it hasn't already |
451 | * been done for the current buffer format. | 451 | * been done for the current buffer format. |
452 | * The structure fh contains the details of the format requested by the | 452 | * The structure fh contains the details of the format requested by the |