Re: [PATCH 1/4] docs: Fix next function numbers in SR/IOV documentation

2023-07-01 Thread Akihiko Odaki
On 2023/07/01 23:31, Ani Sinha wrote: On 01-Jul-2023, at 12:31 PM, Akihiko Odaki wrote: The next function numbers are expected to form a linked list ending with 0. Fixes: 2503461691 ("pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt") Signed-off-by: Akihiko Odaki --- docs/pc

Re: [PATCH 1/4] docs: Fix next function numbers in SR/IOV documentation

2023-07-01 Thread Ani Sinha
> On 01-Jul-2023, at 12:31 PM, Akihiko Odaki wrote: > > The next function numbers are expected to form a linked list ending with > 0. > > Fixes: 2503461691 ("pcie: Add some SR/IOV API documentation in > docs/pcie_sriov.txt") > Signed-off-by: Akihiko Odaki > --- > docs/pcie_sriov.txt | 5 +++

[PATCH 1/4] docs: Fix next function numbers in SR/IOV documentation

2023-07-01 Thread Akihiko Odaki
The next function numbers are expected to form a linked list ending with 0. Fixes: 2503461691 ("pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt") Signed-off-by: Akihiko Odaki --- docs/pcie_sriov.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pci