hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
commit740ce28c464110d67e05cb1f99ade58329f74add
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 18 Jan 2023 00:32:33 +0000 (18 01:32 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 6 Feb 2023 11:41:39 +0000 (6 11:41 +0000)
treeaf975cbd25bcf08694feea410b87f09b5899f30d
parentea361fc348a43f5e751351191d8fc09fadd310bf
hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity

Some functions use sysbus_dev while others sbd name for local variable
storing a sysbus device pointer. Standardise on the shorter name to be
consistent and make the code easier to read as short name is less
distracting and needs less line breaks.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <6c79d6903fc11e153f8050a374904c2b5d5db585.1674001242.git.balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/misc/macio/macio.c