diff options
author | Eric Blake <eblake@redhat.com> | 2024-08-01 16:49:20 -0500 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2024-08-08 10:18:22 -0500 |
commit | c719573d71afd38e3ac774e5a331fbaa0fc9f3da (patch) | |
tree | 9376fc272c3ddfde239303198d0c9fed947196c8 /nbd | |
parent | 75c7f574035622798e9361a942bdfbb0af930f0e (diff) |
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>
Diffstat (limited to 'nbd')
-rw-r--r-- | nbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nbd/server.c b/nbd/server.c index 892797bb11..ecd9366ba6 100644 --- a/nbd/server.c +++ b/nbd/server.c @@ -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 |