Re: [Qemu-devel] [PATCH 4/5] nbd: rename nbd_option and nbd_opt_reply

2018-01-10 Thread Eric Blake
On 11/22/2017 03:56 PM, Eric Blake wrote: > On 11/22/2017 04:19 AM, Vladimir Sementsov-Ogievskiy wrote: >> Rename nbd_optino and nbd_opt_reply to NBDOption and NBDOptionReply > > s/optino/option/ > >> to correspond to Qemu coding style and other structures here. >> >> Signed-off-by: Vladimir Seme

Re: [Qemu-devel] [PATCH 4/5] nbd: rename nbd_option and nbd_opt_reply

2017-11-22 Thread Eric Blake
On 11/22/2017 04:19 AM, Vladimir Sementsov-Ogievskiy wrote: > Rename nbd_optino and nbd_opt_reply to NBDOption and NBDOptionReply s/optino/option/ > to correspond to Qemu coding style and other structures here. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > include/block/nbd.h | 8 ++

[Qemu-devel] [PATCH 4/5] nbd: rename nbd_option and nbd_opt_reply

2017-11-22 Thread Vladimir Sementsov-Ogievskiy
Rename nbd_optino and nbd_opt_reply to NBDOption and NBDOptionReply to correspond to Qemu coding style and other structures here. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/block/nbd.h | 8 nbd/client.c| 12 ++-- 2 files changed, 10 insertions(+), 10 deleti