On Tue, Mar 03, 2020 at 06:36:29PM -0800, sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx wrote: > From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx> > > After pcie_do_recovery() refactor, instead of reset_link > member in struct pcie_port_service_driver, we use reset_cb > callback parameter in pcie_do_recovery() function to pass > the service driver specific reset_link function. So modify > the Documentation to reflect the latest changes. This should be folded into the patch removing the method.