[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] 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> --- 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 ef10368d79..f6aafd4754 100644 --- a/xen/include/public/sysctl.h +++ b/xen/include/public/sysctl.h @@ -678,7 +678,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; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |