| commit | 02916828ab032d0854d9aeb6c8b19ad6b3ec9f61 | [log] [tgz] |
|---|---|---|
| author | Declan Snyder <declan.snyder@nxp.com> | Fri Mar 15 15:29:12 2024 -0500 |
| committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Thu Apr 18 11:18:31 2024 +0200 |
| tree | 035d58d70db3c044dcd67e62d13e0050c63ffff3 | |
| parent | 9ac2ee91f2f89869d7b6b08b0ddabe9f9e5129ed [diff] |
drivers: nxp_enet: Remove unnecessary comments Some comments in this driver are just redundant - the code spells out exactly what the comment says. And some comment blocks are just unnecessary to have. Finally, remove the TODO comment because this is flagged by static analysis and there are already tracking issues for the zero copy enhancement. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>