RE: [PATCH v10 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
From: Luck, Tony
Date: Wed Nov 01 2023 - 15:53:57 EST
+/*
+ * domain_add_cpu - Add a cpu to either/both resource's domain lists.
+ */
+static void domain_add_cpu(int cpu, struct rdt_resource *r)
Bother. Missed one comment that needs s/cpu/CPU/
-Tony