]> Git Repo - J-u-boot.git/blobdiff - include/video.h
Merge tag 'v2025.01-rc6' into next
[J-u-boot.git] / include / video.h
index c7afe22d823a22e39b3ad8e5c0aab83e918817c2..4ec71ab16da884023e70c8b61aa6e1e4e25c9c37 100644 (file)
@@ -57,12 +57,8 @@ enum video_log2_bpp {
        VIDEO_BPP32,
 };
 
-/*
- * Convert enum video_log2_bpp to bytes and bits. Note we omit the outer
- * brackets to allow multiplication by fractional pixels.
- */
+/* Convert enum video_log2_bpp to bytes and bits */
 #define VNBYTES(bpix)  ((1 << (bpix)) / 8)
-
 #define VNBITS(bpix)   (1 << (bpix))
 
 enum video_format {
This page took 0.024498 seconds and 4 git commands to generate.