Merge branch 'pci/vga'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2023 16:03:50 +0000 (11:03 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2023 16:03:50 +0000 (11:03 -0500)
commit93a3241d615eae69b09be1fb6b309ad116ca03ac
treea82b4f17817a7153bc94191f476806e4fac096b6
parent9ad56b7c89d25305262af4d3111a48c3d0f5623c
parentcc64ca4b62f5035c87e955f256b338c32dfdbb19
Merge branch 'pci/vga'

- Correct parameter types for vga_str_to_iostate() and
  vga_update_device_decodes() (Sui Jingfeng)

- Simplify vga_arbiter_notify_clients() (Sui Jingfeng)

- Simplify vga_client_register() (Sui Jingfeng)

- Replace MIT license text with SPDX identifier (Sui Jingfeng)

- Fix lots of comment typos (Sui Jingfeng)

* pci/vga:
  PCI/VGA: Fix typos
  PCI/VGA: Replace full MIT license text with SPDX identifier
  PCI/VGA: Simplify vga_client_register()
  PCI/VGA: Simplify vga_arbiter_notify_clients()
  PCI/VGA: Correct vga_update_device_decodes() parameter type
  PCI/VGA: Correct vga_str_to_iostate() io_state parameter type