Re: [PATCH 03/29] IB/mlx4: Improve another size determination in mlx4_ib_alloc_demux_ctx()

2017-02-19 Thread Majd Dibbiny
> On Feb 18, 2017, at 10:50 PM, SF Markus Elfring > wrote: > > From: Markus Elfring > Date: Fri, 17 Feb 2017 20:15:02 +0100 > > Replace the specification of a data type by a pointer dereference > as the parameter for the operator

Re: [PATCH 03/29] IB/mlx4: Improve another size determination in mlx4_ib_alloc_demux_ctx()

2017-02-19 Thread Majd Dibbiny
> On Feb 18, 2017, at 10:50 PM, SF Markus Elfring > wrote: > > From: Markus Elfring > Date: Fri, 17 Feb 2017 20:15:02 +0100 > > Replace the specification of a data type by a pointer dereference > as the parameter for the operator "sizeof" to make the corresponding size > determination a bit

[PATCH 03/29] IB/mlx4: Improve another size determination in mlx4_ib_alloc_demux_ctx()

2017-02-18 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 17 Feb 2017 20:15:02 +0100 Replace the specification of a data type by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style

[PATCH 03/29] IB/mlx4: Improve another size determination in mlx4_ib_alloc_demux_ctx()

2017-02-18 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 17 Feb 2017 20:15:02 +0100 Replace the specification of a data type by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: Markus