mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
nbd: Minor style and typo fixes
Touch up a comment with the wrong type name, and an over-long line, both noticed while working on upcoming patches. Signed-off-by: Eric Blake <eblake@redhat.com> Message-ID: <20240807174943.771624-10-eblake@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
75c7f57403
commit
c719573d71
2 changed files with 3 additions and 2 deletions
|
@ -1972,7 +1972,7 @@ static void nbd_export_request_shutdown(BlockExport *blk_exp)
|
|||
|
||||
blk_exp_ref(&exp->common);
|
||||
/*
|
||||
* TODO: Should we expand QMP NbdServerRemoveNode enum to allow a
|
||||
* TODO: Should we expand QMP BlockExportRemoveMode enum to allow a
|
||||
* close mode that stops advertising the export to new clients but
|
||||
* still permits existing clients to run to completion? Because of
|
||||
* that possibility, nbd_export_close() can be called more than
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue