mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
net: Replace TAB indentations with spaces
Replaces TABs with spaces, making sure to have a consistent coding style of 4 space indentations in the net subsystem. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/377 Signed-off-by: Ahmed Abouzied <email@aabouzied.com> Message-Id: <20210614183849.20622-1-email@aabouzied.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> [thuth: Fixed mis-aligned indentation in some of the files] Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
e0091133e3
commit
f469150be8
8 changed files with 867 additions and 867 deletions
|
@ -313,10 +313,10 @@ static void mcf_fec_reset(DeviceState *dev)
|
|||
s->rfsr = 0x500;
|
||||
}
|
||||
|
||||
#define MMFR_WRITE_OP (1 << 28)
|
||||
#define MMFR_READ_OP (2 << 28)
|
||||
#define MMFR_PHYADDR(v) (((v) >> 23) & 0x1f)
|
||||
#define MMFR_REGNUM(v) (((v) >> 18) & 0x1f)
|
||||
#define MMFR_WRITE_OP (1 << 28)
|
||||
#define MMFR_READ_OP (2 << 28)
|
||||
#define MMFR_PHYADDR(v) (((v) >> 23) & 0x1f)
|
||||
#define MMFR_REGNUM(v) (((v) >> 18) & 0x1f)
|
||||
|
||||
static uint64_t mcf_fec_read_mdio(mcf_fec_state *s)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue