On 12/1/23 10:57, Akihiko Odaki wrote:
igb implementation first starts off by copying e1000e code. Correct the
code style before that.
Signed-off-by: Akihiko Odaki <[email protected]>
---
hw/net/e1000.c | 41 ++++++++--------
hw/net/e1000e.c | 72 ++++++++++++++--------------
hw/net/e1000e_core.c | 103 ++++++++++++++++++++++-------------------
hw/net/e1000e_core.h | 66 +++++++++++++-------------
hw/net/e1000x_common.h | 44 +++++++++---------
5 files changed, 168 insertions(+), 158 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>