RE: [PATCH] x86/vmx: reorder code in vmx_deliver_posted_intr

2020-08-13 Thread Tian, Kevin
> From: Roger Pau Monne > Sent: Thursday, July 30, 2020 10:03 PM > > Remove the unneeded else branch, which allows to reduce the > indentation of a larger block of code, while making the flow of the > function more obvious. > > No functional change intended. > > Signed-off-by: Roger Pau Monné

Re: [PATCH] x86/vmx: reorder code in vmx_deliver_posted_intr

2020-07-31 Thread Roger Pau Monné
On Fri, Jul 31, 2020 at 03:05:52PM +0200, Jan Beulich wrote: > On 30.07.2020 16:03, Roger Pau Monne wrote: > > Remove the unneeded else branch, which allows to reduce the > > indentation of a larger block of code, while making the flow of the > > function more obvious. > > > > No functional change

Re: [PATCH] x86/vmx: reorder code in vmx_deliver_posted_intr

2020-07-31 Thread Jan Beulich
On 30.07.2020 16:03, Roger Pau Monne wrote: > Remove the unneeded else branch, which allows to reduce the > indentation of a larger block of code, while making the flow of the > function more obvious. > > No functional change intended. > > Signed-off-by: Roger Pau Monné Reviewed-by: Jan Beulich