File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-2.0-only
2
- /**
2
+ /*
3
3
* Host side test driver to test endpoint functionality
4
4
*
5
5
* Copyright (C) 2017 Texas Instruments
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ config PCIE_BRCMSTB
286
286
287
287
config PCI_HYPERV_INTERFACE
288
288
tristate "Hyper-V PCI Interface"
289
- depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI && PCI_MSI
289
+ depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI
290
290
help
291
291
The Hyper-V PCI Interface is a helper driver allows other drivers to
292
292
have a common interface with the Hyper-V PCI frontend driver.
Original file line number Diff line number Diff line change @@ -652,6 +652,7 @@ static int epf_ntb_mw_bar_init(struct epf_ntb *ntb)
652
652
/**
653
653
* epf_ntb_mw_bar_clear() - Clear Memory window BARs
654
654
* @ntb: NTB device that facilitates communication between HOST and VHOST
655
+ * @num_mws: the number of Memory window BARs that to be cleared
655
656
*/
656
657
static void epf_ntb_mw_bar_clear (struct epf_ntb * ntb , int num_mws )
657
658
{
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ static struct attribute *pci_slot_default_attrs[] = {
98
98
};
99
99
ATTRIBUTE_GROUPS (pci_slot_default );
100
100
101
- static struct kobj_type pci_slot_ktype = {
101
+ static const struct kobj_type pci_slot_ktype = {
102
102
.sysfs_ops = & pci_slot_sysfs_ops ,
103
103
.release = & pci_slot_release ,
104
104
.default_groups = pci_slot_default_groups ,
You can’t perform that action at this time.
0 commit comments