From: Olaf Hering Date: Wed, 21 Feb 2018 13:44:58 +0000 (+0100) Subject: sysctl: correct comment in xen_sysctl_pcitopoinfo X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~550 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6364c2fcdabdeba4e3ec52c682fa6b0797fc2fdc;p=xen.git 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 Reviewed-by: Stefano Stabellini Acked-by: Andrew Cooper --- diff --git a/xen/include/public/sysctl.h b/xen/include/public/sysctl.h index cfc7b11de8..3669e32524 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;