Re: [PATCH v2] mt76: fix some checkpatch warnings

2019-08-21 Thread Joe Perches
On Wed, 2019-08-21 at 11:11 +0800, Ryder Lee wrote: > This fixes the following checkpatch warnings: > CHECK: Alignment should match open parenthesis > CHECK: No space is necessary after a cast > > Signed-off-by: Ryder Lee > --- > Changes since v2: remove false positive checkpatch warnings. What

[PATCH v2] mt76: fix some checkpatch warnings

2019-08-20 Thread Ryder Lee
This fixes the following checkpatch warnings: CHECK: Alignment should match open parenthesis CHECK: No space is necessary after a cast Signed-off-by: Ryder Lee --- Changes since v2: remove false positive checkpatch warnings. Changes since v1: none. ---