]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Fix VNBYTES() macro comment
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 10 Sep 2024 09:11:59 +0000 (11:11 +0200)
committerAnatolij Gustschin <agust@denx.de>
Tue, 22 Oct 2024 17:51:23 +0000 (19:51 +0200)
commitb34849c5ac6dfbcd1493bf07956f738bfffdbf02
tree5f6a43f2023f033af3271096ebbd9c74fcdce8e9
parent6606a6adfaf8517cff7e5fe0fb206beed80087d5
video: Fix VNBYTES() macro comment

The VNBYTES() macro has been updated to silence possible warnings
regarding authorized (but unusual) uses of this macro, but the comment
was kept unchanged. A year has passed so let's fix the comment now to
avoid confusions.

Fixes: cc05d352fbc ("video: Add parentheses around VNBYTES() macro")
Suggested-by: Tom Rini <trini@konsulko.com>
Link: https://lore.kernel.org/u-boot/20240906183432.GG3879073@bill-the-cat/
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/video.h