commit | f45ed0b5ec18c6a2df4d04c53c65d3c016ca085f | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Thu Jan 05 17:03:20 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 02 14:44:53 2023 -0500 |
tree | 14ef0bedd3508b777c39e0db39b2530a7ba5c827 | |
parent | 6dcf5e44774347f0079bb351d44539b5c8a0b0ff [diff] |
drivers: net: fsl-mc: align parameters to the open paranthesis There were some cases in which the function parameters were not aligned to the open paranthesis. Fix those instances. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>