Skip to content

Commit c6f59e3

Browse files
HuangSuiXiaophilmd
authored andcommitted
hw/display/qxl: Do not use C99 // comments
Do not use C99 // comments to fix the checkpatch.pl error Signed-off-by: Hyman Huang <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <7d287eaf00e0b52b600431efd350b15a0b5b3544.1734633496.git.yong.huang@smartx.com> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
1 parent 79b6a98 commit c6f59e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/display/qxl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#undef ALIGN
5151
#define ALIGN(a, b) (((a) + ((b) - 1)) & ~((b) - 1))
5252

53-
#define PIXEL_SIZE 0.2936875 //1280x1024 is 14.8" x 11.9"
53+
#define PIXEL_SIZE 0.2936875 /* 1280x1024 is 14.8" x 11.9" */
5454

5555
#define QXL_MODE(_x, _y, _b, _o) \
5656
{ .x_res = _x, \

0 commit comments

Comments
 (0)