> -----Original Message----- > From: Ding, Xuan <[email protected]> > Sent: Thursday, September 16, 2021 12:34 PM > To: [email protected]; [email protected]; Xia, Chenbo > <[email protected]> > Cc: Hu, Jiayu <[email protected]>; Jiang, Cheng1 <[email protected]>; > Richardson, Bruce <[email protected]>; Pai G, Sunil > <[email protected]>; Yang, YvonneX <[email protected]>; Ding, Xuan > <[email protected]> > Subject: [PATCH v2] vhost: normalize return type and function name > > In some function definitions, adjust return type and function name on > a separate line to be consistent with DPDK coding style. > > Signed-off-by: Xuan Ding <[email protected]> > --- > v2: > * Fixed one format issue. > --- > lib/vhost/vhost.c | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > -- > 2.17.1
Reviewed-by: Chenbo Xia <[email protected]> Thanks for the clean-up!

