]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: dvb_ca_en50221: fix "writen"->"written"
authorXichao Zhao <zhao.xichao@vivo.com>
Tue, 9 Sep 2025 06:32:54 +0000 (14:32 +0800)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 3 Nov 2025 14:58:41 +0000 (15:58 +0100)
Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/dvb-core/dvb_ca_en50221.c

index baf64540dc00a127c5f781034b1fec192e7e4ca2..7b591aa1179fb0949e59e835a7e3a63fbb9e84ac 100644 (file)
@@ -785,7 +785,7 @@ exit:
  *      be written.
  * @bytes_write: Size of ebuf.
  * @size_write_flag: A flag on Command Register which says whether the link size
- * information will be writen or not.
+ * information will be written or not.
  *
  * return: Number of bytes written, or < 0 on error.
  */