]> 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)
commited42b0912dba90ca0f1f95c6b1b3e9fec51e7e28
treecec68bbff5435cff36fb2599bae951eb29d25697
parent4ac7db34f328ab7028653f282e4351af0bacfb99
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