]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
sysctl: correct comment in xen_sysctl_pcitopoinfo
authorOlaf Hering <olaf@aepfle.de>
Wed, 21 Feb 2018 13:44:58 +0000 (14:44 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 21 Feb 2018 17:17:39 +0000 (17:17 +0000)
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@aepfle.de>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/public/sysctl.h

index cfc7b11de84cbf5be7689a2dfc2f22a6d7bfa943..3669e32524f4d08f12853fa522e04ea0181e1c46 100644 (file)
@@ -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;