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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 3 Jan 2022 23:54:04 -0800
From:   Christoph Hellwig <hch@...radead.org>
To:     Li Zhijian <lizhijian@...itsu.com>
Cc:     zyjzyj2000@...il.com, jgg@...pe.ca, leon@...nel.org,
        linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
        Li Zhijian <lizhijian@...fujitsu.com>
Subject: Re: [PATCH v2] RDMA/rxe: Get rid of redundant plus

On Tue, Jan 04, 2022 at 09:24:06AM +0800, Li Zhijian wrote:
> --- a/drivers/infiniband/sw/rxe/rxe_opcode.c
> +++ b/drivers/infiniband/sw/rxe/rxe_opcode.c
> @@ -879,9 +879,9 @@ struct rxe_opcode_info rxe_opcode[RXE_NUM_OPCODE] = {
>  			[RXE_ATMETH]	= RXE_BTH_BYTES
>  						+ RXE_RDETH_BYTES
>  						+ RXE_DETH_BYTES,
> -			[RXE_PAYLOAD]	= RXE_BTH_BYTES +
> +			[RXE_PAYLOAD]	= RXE_BTH_BYTES
>  						+ RXE_ATMETH_BYTES
> -						+ RXE_DETH_BYTES +
> +						+ RXE_DETH_BYTES
>  						+ RXE_RDETH_BYTES,
>  		}
>  	},
> @@ -900,9 +900,9 @@ struct rxe_opcode_info rxe_opcode[RXE_NUM_OPCODE] = {
>  			[RXE_ATMETH]	= RXE_BTH_BYTES
>  						+ RXE_RDETH_BYTES
>  						+ RXE_DETH_BYTES,
> -			[RXE_PAYLOAD]	= RXE_BTH_BYTES +
> +			[RXE_PAYLOAD]	= RXE_BTH_BYTES
>  						+ RXE_ATMETH_BYTES
> -						+ RXE_DETH_BYTES +
> +						+ RXE_DETH_BYTES
>  						+ RXE_RDETH_BYTES,
>  		}
>  	},

Please fix this up to always have the + on the continuing line which
is the normal kernel style.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ