On Thu, Dec 26, 2019 at 11:40:40AM -0800, longli@xxxxxxxxxxxxxxxxx wrote: > From: Long Li <longli@xxxxxxxxxxxxx> > > hv_dr_state is used to find present PCI devices on the bus. The structure > reuses struct pci_function_description from VSP message to describe a device. > > To prepare support for pci_function_description v2, we need to decouple this > dependence in hv_dr_state so it can work with both v1 and v2 VSP messages. s/we need to decouple/decouple/ > + * hv_pci_devices_present() - Handles list of new children > + * @hbus: Root PCI bus, as understood by this driver > + * @relations: Packet from host listing children > + * > + * This function processes a new list of devices on the bus. The list of > + * devices is discoverd by VSP and sent to us via VSP message s/Handles list/Handle list/ s/This function processeses/Process/ s/discoverd/discovered/ > + * PCI_BUS_RELATIONS, whenever a new list of devices for this bus appears.