commit | 4563b9c04ad3fed94bec79382dff2e94b4b969d5 | [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 | e992c4dc213dcb37b63c170a25097cef8a6f02a4 [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>