Skip to content

Commit 94794b5

Browse files
bijudasmchehab
authored andcommitted
media: platform: rzg2l-cru: rzg2l-video: Fix the comment in rzg2l_cru_start_streaming_vq()
Replace "buffer." -> "buffer", for consistency with rest of the comment blocks in rzg2l_cru_start_streaming_vq(). Reported-by: Pavel Machek <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Biju Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 570e4d1 commit 94794b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/platform/renesas/rzg2l-cru/rzg2l-video.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ static int rzg2l_cru_start_streaming_vq(struct vb2_queue *vq, unsigned int count
558558
goto assert_aresetn;
559559
}
560560

561-
/* Allocate scratch buffer. */
561+
/* Allocate scratch buffer */
562562
cru->scratch = dma_alloc_coherent(cru->dev, cru->format.sizeimage,
563563
&cru->scratch_phys, GFP_KERNEL);
564564
if (!cru->scratch) {

0 commit comments

Comments
 (0)