Re: [PATCH v4 1/7] nbd: Minor style fixes

2024-08-07 Thread Daniel P . Berrangé
in $subject s/style/style & typo/ On Wed, Aug 07, 2024 at 12:43:27PM -0500, Eric Blake wrote: > 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 > --- > nbd/server.c | 2 +- > qemu-nbd.c | 3 ++

[PATCH v4 1/7] nbd: Minor style fixes

2024-08-07 Thread Eric Blake
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 --- nbd/server.c | 2 +- qemu-nbd.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nbd/server.c b/nbd/server.c index 892797bb11