]> git.proxmox.com Git - mirror_qemu.git/commit
backends/hostmem: Fix block comments style (checkpatch.pl warnings)
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 29 Jan 2024 18:31:30 +0000 (19:31 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 30 Jan 2024 18:20:20 +0000 (21:20 +0300)
commit93e08863d9b64c7c9568eb486a5f2367b2100899
tree216b16059409ba14019eec65075c201c7dfec5a0
parent493bc2dbc16bbb0b9ac16badff5c31752bc224a9
backends/hostmem: Fix block comments style (checkpatch.pl warnings)

While re-indenting code in host_memory_backend_memory_complete(),
we triggered various "Block comments use a leading /* on a separate
line" warnings from checkpatch.pl. Correct the comments style.

Fixes: e199f7ad4d ("backends: Simplify host_memory_backend_memory_complete()")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
backends/hostmem.c