aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kocialkowski2024-09-03 19:07:47 +0200
committerPaul Kocialkowski2024-09-03 19:07:47 +0200
commit136271c3bc137a909ef20d101a0c0b0178a6fe42 (patch)
treeea26b0f4f66e34be983ae93a2e5cece2ee985ba9
parentbcb08336fe421bedbfd9b244d95a0c4ac90962e5 (diff)
media: v4l2-jpeg: Fixup scan header element name in comment
The scan header member of the v4l2_jpeg_header structure is just called scan. Correct it in the v4l2_jpeg_parse_header usage comment. Signed-off-by: Paul Kocialkowski <paulk@sys-base.io>
-rw-r--r--drivers/media/v4l2-core/v4l2-jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/v4l2-jpeg.c b/drivers/media/v4l2-core/v4l2-jpeg.c
index 94435a7b6816..6a2582cd2bca 100644
--- a/drivers/media/v4l2-core/v4l2-jpeg.c
+++ b/drivers/media/v4l2-core/v4l2-jpeg.c
@@ -484,7 +484,7 @@ static int jpeg_parse_app14_data(struct jpeg_stream *stream,
* @len: length of the JPEG buffer
* @out: returns marker segment positions and optionally parsed headers
*
- * The out->scan_header pointer must be initialized to NULL or point to a valid
+ * The out->scan pointer must be initialized to NULL or point to a valid
* v4l2_jpeg_scan_header structure. The out->huffman_tables and
* out->quantization_tables pointers must be initialized to NULL or point to a
* valid array of 4 v4l2_jpeg_reference structures each.