]> www.infradead.org Git - users/willy/linux.git/commit
net: phy: at803x: better align function varibles to open parenthesis
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 19 Dec 2023 20:21:24 +0000 (21:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Dec 2023 22:27:54 +0000 (22:27 +0000)
commit7961ef1fa10ec35ad6923fb5751877116e4b035b
treef9dd6536d3c8b3f02e16e0bbe198fa40cfbedb29
parent44a949ad07e0d892e6477491ec9a6c3209c21aaf
net: phy: at803x: better align function varibles to open parenthesis

Better align function variables to open parenthesis as suggested by
checkpatch script for qca808x function to make code cleaner.

For cable_test_get_status function some additional rework was needed to
handle too long functions.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/at803x.c