[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] sysctl: correct comment in xen_sysctl_pcitopoinfo
commit 6364c2fcdabdeba4e3ec52c682fa6b0797fc2fdc Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Wed Feb 21 14:44:58 2018 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Wed Feb 21 17:17:39 2018 +0000 sysctl: correct comment in xen_sysctl_pcitopoinfo Refer to correct member of struct xen_sysctl_pcitopoinfo in comment. Fixes: commit 61319fbfd9 ("sysctl: add sysctl interface for querying PCI topology") Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/include/public/sysctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/sysctl.h b/xen/include/public/sysctl.h index cfc7b11..3669e32 100644 --- a/xen/include/public/sysctl.h +++ b/xen/include/public/sysctl.h @@ -684,7 +684,7 @@ struct xen_sysctl_psr_cmt_op { #define XEN_INVALID_DEV (XEN_INVALID_NODE_ID - 1) struct xen_sysctl_pcitopoinfo { /* - * IN: Number of elements in 'pcitopo' and 'nodes' arrays. + * IN: Number of elements in 'devs' and 'nodes' arrays. * OUT: Number of processed elements of those arrays. */ uint32_t num_devs; -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |