Re: [PATCH 07/40] vdpa: move around vhost_vdpa_set_address_space_id

2024-01-10 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:50 AM Si-Wei Liu wrote: > > Move it a few lines ahead to make function call easier for those > before it. No funtional change involved. Typo for functional. > > Signed-off-by: Si-Wei Liu Acked-by: Jason Wang Thanks > --- > net/vhost-vdpa.c | 36 ++-

Re: [PATCH 07/40] vdpa: move around vhost_vdpa_set_address_space_id

2023-12-11 Thread Eugenio Perez Martin
On Thu, Dec 7, 2023 at 7:50 PM Si-Wei Liu wrote: > > Move it a few lines ahead to make function call easier for those > before it. No funtional change involved. > > Signed-off-by: Si-Wei Liu Reviewed-by: Eugenio Pérez > --- > net/vhost-vdpa.c | 36 ++-- > 1 fi

[PATCH 07/40] vdpa: move around vhost_vdpa_set_address_space_id

2023-12-07 Thread Si-Wei Liu
Move it a few lines ahead to make function call easier for those before it. No funtional change involved. Signed-off-by: Si-Wei Liu --- net/vhost-vdpa.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c