[SLOF] [PATCH slof] pci: Align PCI node names with QEMU

Segher Boessenkool segher at kernel.crashing.org
Mon Oct 21 20:41:15 AEDT 2019


On Mon, Oct 21, 2019 at 06:02:12PM +1100, Alexey Kardashevskiy wrote:
>          0500  OF s" sd-host-conrtoller"   ENDOF
>          dup   OF s" system-periphal"      ENDOF

Both these names have typos.

> @@ -176,14 +149,14 @@
>          0310  OF s" usb-ohci"      ENDOF
>  	0320  OF s" usb-ehci"      ENDOF
>          0330  OF s" usb-xhci"      ENDOF
> -        0380  OF s" usb"           ENDOF
> +        0380  OF s" usb-unknown"   ENDOF

"usb-unknown" is a much worse name.

> @@ -216,7 +187,7 @@
>          02  OF s" satelite-audio"  ENDOF
>          03  OF s" satelite-voice"  ENDOF
>          04  OF s" satelite-data"   ENDOF
> -        dup OF s" satelite-devoce" ENDOF
> +        dup OF s" satelite-device" ENDOF

These all still have typos.


Segher


More information about the SLOF mailing list