media: dvb_ca_en50221: fix "writen"->"written"

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>
This commit is contained in:
Xichao Zhao
2025-09-09 14:32:54 +08:00
committed by Hans Verkuil
parent ae0e4aa18f
commit bb10fdfe8d

View File

@@ -785,7 +785,7 @@ static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot,
* 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.
*/