staging: media: tegra-video: fix typos in comment
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Tue, 18 Apr 2023 08:00:39 +0000 (10:00 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 25 May 2023 11:04:47 +0000 (13:04 +0200)
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>
drivers/staging/media/tegra-video/vi.c

index 0b2d6dcb44b7477a1751fcfc5bfc0d1911ce9fb3..ddf683be506ff10d36656cab238f7332ec6fcc81 100644 (file)
@@ -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 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;