On Mon, Mar 23, 2020 at 05:55:39PM -0400, Boris Ostrovsky wrote: > > On 3/23/20 12:15 PM, Yan Yankovskyi wrote: > > Make event channel functions pass event channel port using > > evtchn_port_t type. It eliminates signed <-> unsigned conversion. > > > > Signed-off-by: Yan Yankovskyi <yyankovs...@gmail.com> > > > If the difference is only the whitespace fix
There were two more fixes: missing include in gntdev-common.h and a variable initialization in bind_virq_to_irq (eliminates warning).