summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2023-04-18 10:00:39 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2023-05-25 13:04:47 +0200
commit6309986d7e42f68d6d13eccd81dfd7f3e2c3d92b (patch)
tree886bf82c413afbbde548a1e9eaa6050a0593871a /drivers/staging
parent2f229d40490534e76ab06c4b3a5627ae08620997 (diff)
downloadlinux-stable-6309986d7e42f68d6d13eccd81dfd7f3e2c3d92b.tar.gz
linux-stable-6309986d7e42f68d6d13eccd81dfd7f3e2c3d92b.tar.bz2
linux-stable-6309986d7e42f68d6d13eccd81dfd7f3e2c3d92b.zip
staging: media: tegra-video: fix typos in comment
Add "skip" in "so we can *skip* the current channel" or it doesn't make sense. Also add articles where appropriate to fix English grammar. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/media/tegra-video/vi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/media/tegra-video/vi.c b/drivers/staging/media/tegra-video/vi.c
index 0b2d6dcb44b7..ddf683be506f 100644
--- a/drivers/staging/media/tegra-video/vi.c
+++ b/drivers/staging/media/tegra-video/vi.c
@@ -1861,10 +1861,10 @@ static int tegra_vi_graph_init(struct tegra_vi *vi)
* Walk the links to parse the full graph. Each channel will have
* one endpoint of the composite node. Start by parsing the
* composite node and parse the remote entities in turn.
- * Each channel will register v4l2 async notifier to make the graph
- * independent between the channels so we can the current channel
+ * Each channel will register a v4l2 async notifier to make the graph
+ * independent between the channels so we can skip the current channel
* in case of something wrong during graph parsing and continue with
- * next channels.
+ * the next channels.
*/
list_for_each_entry(chan, &vi->vi_chans, list) {
struct fwnode_handle *ep, *remote;