mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
PCI/VGA: Fix typos
Fix typos, rewrap to fill 78 columns, convert to conventional multi-line style. [bhelgaas: squash and add more fixes] Link: https://lore.kernel.org/r/20230808223412.1743176-7-sui.jingfeng@linux.dev Link: https://lore.kernel.org/r/20230808223412.1743176-9-sui.jingfeng@linux.dev Link: https://lore.kernel.org/r/20230808223412.1743176-10-sui.jingfeng@linux.dev Link: https://lore.kernel.org/r/20230808223412.1743176-11-sui.jingfeng@linux.dev Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
committed by
Bjorn Helgaas
parent
0215845348
commit
cc64ca4b62
+159
-149
File diff suppressed because it is too large
Load Diff
@@ -77,7 +77,7 @@ static inline int vga_client_register(struct pci_dev *pdev,
|
||||
static inline int vga_get_interruptible(struct pci_dev *pdev,
|
||||
unsigned int rsrc)
|
||||
{
|
||||
return vga_get(pdev, rsrc, 1);
|
||||
return vga_get(pdev, rsrc, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -92,7 +92,7 @@ static inline int vga_get_interruptible(struct pci_dev *pdev,
|
||||
static inline int vga_get_uninterruptible(struct pci_dev *pdev,
|
||||
unsigned int rsrc)
|
||||
{
|
||||
return vga_get(pdev, rsrc, 0);
|
||||
return vga_get(pdev, rsrc, 0);
|
||||
}
|
||||
|
||||
static inline void vga_client_unregister(struct pci_dev *pdev)
|
||||
|
||||
Reference in New Issue
Block a user