Blob Blame History Raw
From 51a4756519eabb67c8bb94746462b3d4e72213ce Mon Sep 17 00:00:00 2001
From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Date: Wed, 16 Sep 2020 12:46:45 +0200
Subject: [PATCH] media: v4l2-async: Fix trivial documentation typo
Git-commit: 51a4756519eabb67c8bb94746462b3d4e72213ce
Patch-mainline: v5.11-rc1
References: git-fixes

Fix the incorrect spelling asyncrhronous as asynchronous, which is
visible in the public documentation of enum v4l2_async_match_type.

Fixes: ab4f5a4afc2d ("[media] v4l2-async: document the remaining stuff")
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 include/media/v4l2-async.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/media/v4l2-async.h
+++ b/include/media/v4l2-async.h
@@ -33,7 +33,7 @@ struct v4l2_async_notifier;
  * @V4L2_ASYNC_MATCH_I2C: Match will check for I2C adapter ID and address
  * @V4L2_ASYNC_MATCH_OF: Match will use OF node
  *
- * This enum is used by the asyncrhronous sub-device logic to define the
+ * This enum is used by the asynchronous sub-device logic to define the
  * algorithm that will be used to match an asynchronous device.
  */
 enum v4l2_async_match_type {