Re: [PATCH] staging/rtlwifi: Fixing formatting warnings from checkpatch.pl.
From: Joe Perches
Date: Fri Oct 05 2018 - 20:38:00 EST
On Fri, 2018-10-05 at 16:58 -0600, Scott Tracy wrote:
> Fixing formatting warnings in rtlwifi found by checkpatch.pl
> Changes include breaking up functions calls into multi line calls.
> No functional/logical changes.
I believe the code is better before most of these changes.
There are various tradeoffs do source code formatting.
Here you are changing some alignment to open parentheses
and converting to < 80 columns.