]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.
authorVincent Cheng <vincent.cheng.xh@renesas.com>
Wed, 17 Feb 2021 05:42:16 +0000 (00:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2021 21:49:26 +0000 (13:49 -0800)
commitfcfd37573a09f1998bc58a712be432aa7eae7bc2
treecec68bbff5435cff36fb2599bae951eb29d25697
parent1c49d3e947783b1ac9cf5d9a2489baa63a35a371
ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.

Code clean-up.

* Remove blank line between variable declarations.
* Remove blank line between:
err = blah(...)

if (err)
...
* Remove unnecessary blank line before/after loop constructs.

Signed-off-by: Vincent Cheng <vincent.cheng.xh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_clockmatrix.c