Re: [PATCH 10/29] IB/mlx4: Enclose 15 expressions for the sizeof operator by parentheses

2017-02-19 Thread Majd Dibbiny
> On Feb 18, 2017, at 10:59 PM, SF Markus Elfring > wrote: > > From: Markus Elfring > Date: Sat, 18 Feb 2017 09:54:15 +0100 > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > The script "checkpatch.pl" pointed information out like the following

[PATCH 10/29] IB/mlx4: Enclose 15 expressions for the sizeof operator by parentheses

2017-02-18 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 18 Feb 2017 09:54:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The script "checkpatch.pl" pointed information out like the following. WARNING: sizeof … should be sizeof(…) Thus fix the affected source code pla