commit | ef42928c50dd24a7f132868370ef8f67b5d170cf | [log] [tgz] |
---|---|---|
author | Marcelo Roberto Jimenez <marcelo.jimenez@gmail.com> | Thu Oct 09 10:34:55 2025 -0300 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Oct 13 08:55:05 2025 +0200 |
tree | e26ffd715c579150e293c95f9c1f36ee8637b2a0 | |
parent | 892013a5c677c60f6762f70a40007dec0629417e [diff] |
drivers: ethernet: Run clang-format before applying a patch This patch just formats the file before the real patch, otherwise the changes would be hard to read. The only addition was a third parameter (NULL) to all the usages of the macro WAIT_FOR, since the dangling comma triggered conflicts between clang-format and check_compliance.py. Signed-off-by: Marcelo Roberto Jimenez <marcelo.jimenez@gmail.com>