mbox series

[0/6] PCI/VGA: Fix typos, comments and copyright

Message ID 20230711134354.755966-1-sui.jingfeng@linux.dev
Headers show
Series PCI/VGA: Fix typos, comments and copyright | expand

Message

Sui Jingfeng July 11, 2023, 1:43 p.m. UTC
From: Sui Jingfeng <suijingfeng@loongson.cn>

Various improve.

Sui Jingfeng (6):
  PCI/VGA: Use unsigned type for the io_state variable
  PCI/VGA: Deal with PCI VGA compatible devices only
  PCI/VGA: drop the inline of vga_update_device_decodes() function
  PCI/VGA: Move the new_state assignment out the loop
  PCI/VGA: Tidy up the code and comment format
  PCI/VGA: Replace full MIT license text with SPDX identifier

 drivers/pci/vgaarb.c   | 168 ++++++++++++++++++++++-------------------
 include/linux/vgaarb.h |  27 +------
 2 files changed, 96 insertions(+), 99 deletions(-)