Signed-off-by: John Snow <[email protected]> --- qapi/block.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/qapi/block.json b/qapi/block.json index 9569afc6e0f..e47592d5500 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -16,11 +16,10 @@ ## # @BiosAtaTranslation: -# -# Policy that BIOS should use to interpret cylinder/head/sector -# addresses. Note that Bochs BIOS and SeaBIOS will not actually -# translate logical CHS to physical; instead, they will use logical -# block addressing. +# Policy that BIOS should use to interpret cylinder/head/sector +# addresses. Note that Bochs BIOS and SeaBIOS will not actually +# translate logical CHS to physical; instead, they will use +# logical block addressing. # # @auto: If cylinder/heads/sizes are passed, choose between none and # LBA depending on the size of the disk. If they are not passed, -- 2.55.0
