[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging-4.11] libxl: Fix comment about dcs.sdss
commit 2efca7ed3bf11b5c9467a0cb69f8e880378dec83 Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Thu Jan 23 16:56:46 2020 +0000 Commit: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CommitDate: Tue May 5 15:31:15 2020 +0100 libxl: Fix comment about dcs.sdss The field 'sdss' was named 'dmss' before, commit 3148bebbf0ab did the renamed but didn't update the comment. Fixes: 3148bebbf0ab ("libxl: rename a field in libxl__domain_create_state") Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> (cherry picked from commit 035c4d771600f300382a1637f2da33023f76b4c1) (cherry picked from commit 5351a0a170fc7f6290d7d3d8be302d53d2426a87) (cherry picked from commit d1c9822b88463d91ca93fdc7e7fa6406efa7762f) --- tools/libxl/libxl_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index ad536b7e89..b9a3a3e0ab 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -3827,7 +3827,7 @@ struct libxl__domain_create_state { libxl__checkpoint_devices_state cds; libxl__bootloader_state bl; libxl__stub_dm_spawn_state sdss; - /* If we're not doing stubdom, we use only dmss.dm, + /* If we're not doing stubdom, we use only sdss.dm, * for the non-stubdom device model. */ libxl__stream_read_state srs; /* necessary if the domain creation failed and we have to destroy it */ -- generated by git-patchbot for /home/xen/git/xen.git#staging-4.11
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |