lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 7 May 2020 21:04:15 -0300 From: Jason Gunthorpe <jgg@...pe.ca> To: Colin King <colin.king@...onical.com> Cc: Leon Romanovsky <leon@...nel.org>, Doug Ledford <dledford@...hat.com>, linux-rdma@...r.kernel.org, kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH][next] RDMA/mlx5: remove duplicated assignment to variable rcqe_sz On Thu, May 07, 2020 at 04:16:10PM +0100, Colin King wrote: > From: Colin Ian King <colin.king@...onical.com> > > The variable rcqe_sz is being unnecessarily assigned twice, fix this > by removing one of the duplicates. > > Addresses-Coverity: ("Evaluation order violation") > Signed-off-by: Colin Ian King <colin.king@...onical.com> > Acked-by: Leon Romanovsky <leonro@...lanox.com> > --- > drivers/infiniband/hw/mlx5/qp.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied to for-next, thanks Jason
Powered by blists - more mailing lists