mirror of https://github.com/xemu-project/xemu.git
hw/display: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-15-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
a980b95cb3
commit
33a5230782
|
@ -164,7 +164,7 @@ static int bochs_display_get_mode(BochsDisplayState *s,
|
||||||
memset(mode, 0, sizeof(*mode));
|
memset(mode, 0, sizeof(*mode));
|
||||||
switch (vbe[VBE_DISPI_INDEX_BPP]) {
|
switch (vbe[VBE_DISPI_INDEX_BPP]) {
|
||||||
case 16:
|
case 16:
|
||||||
/* best effort: support native endianess only */
|
/* best effort: support native endianness only */
|
||||||
mode->format = PIXMAN_r5g6b5;
|
mode->format = PIXMAN_r5g6b5;
|
||||||
mode->bytepp = 2;
|
mode->bytepp = 2;
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -1544,7 +1544,7 @@ static void qxl_create_guest_primary(PCIQXLDevice *qxl, int loadvm,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* return 1 if surface destoy was initiated (in QXL_ASYNC case) or
|
/* return 1 if surface destroy was initiated (in QXL_ASYNC case) or
|
||||||
* done (in QXL_SYNC case), 0 otherwise. */
|
* done (in QXL_SYNC case), 0 otherwise. */
|
||||||
static int qxl_destroy_primary(PCIQXLDevice *d, qxl_async_io async)
|
static int qxl_destroy_primary(PCIQXLDevice *d, qxl_async_io async)
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* The controller can support a variety of different displays, but we only
|
/* The controller can support a variety of different displays, but we only
|
||||||
implement one. Most of the commends relating to brightness and geometry
|
implement one. Most of the commands relating to brightness and geometry
|
||||||
setup are ignored. */
|
setup are ignored. */
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* The controller can support a variety of different displays, but we only
|
/* The controller can support a variety of different displays, but we only
|
||||||
implement one. Most of the commends relating to brightness and geometry
|
implement one. Most of the commands relating to brightness and geometry
|
||||||
setup are ignored. */
|
setup are ignored. */
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
|
|
@ -380,7 +380,7 @@ static inline void xlnx_dp_audio_mix_buffer(XlnxDPState *s)
|
||||||
static void xlnx_dp_audio_callback(void *opaque, int avail)
|
static void xlnx_dp_audio_callback(void *opaque, int avail)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Get some data from the DPDMA and compute these datas.
|
* Get some data from the DPDMA and compute these data.
|
||||||
* Then wait for QEMU's audio subsystem to call this callback.
|
* Then wait for QEMU's audio subsystem to call this callback.
|
||||||
*/
|
*/
|
||||||
XlnxDPState *s = XLNX_DP(opaque);
|
XlnxDPState *s = XLNX_DP(opaque);
|
||||||
|
|
Loading…
Reference in New Issue