Re: [PATCH v1] nitro_enclaves: Fixup type of the poll result assigned value

2020-11-02 Thread Paraschiv, Andra-Irina
On 02/11/2020 18:16, Alexander Graf wrote: On 14.10.20 11:05, Andra Paraschiv wrote: Update the assigned value of the poll result to be EPOLLHUP instead of POLLHUP to match the __poll_t type. Signed-off-by: Andra Paraschiv Reported-by: kernel test robot ---  

Re: [PATCH v1] nitro_enclaves: Fixup type of the poll result assigned value

2020-11-02 Thread Alexander Graf
On 14.10.20 11:05, Andra Paraschiv wrote: Update the assigned value of the poll result to be EPOLLHUP instead of POLLHUP to match the __poll_t type. Signed-off-by: Andra Paraschiv Reported-by: kernel test robot --- drivers/virt/nitro_enclaves/ne_misc_dev.c | 2 +- 1 file changed, 1

[PATCH v1] nitro_enclaves: Fixup type of the poll result assigned value

2020-10-14 Thread Andra Paraschiv
Update the assigned value of the poll result to be EPOLLHUP instead of POLLHUP to match the __poll_t type. Signed-off-by: Andra Paraschiv Reported-by: kernel test robot --- drivers/virt/nitro_enclaves/ne_misc_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git