summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/intel_rdt.h
diff options
context:
space:
mode:
authorThomas Gleixner2017-04-10 11:50:11 +0200
committerThomas Gleixner2017-04-10 18:35:42 +0200
commit17f8ba1dca072ce66c25b9e74ea2500b029594a0 (patch)
treec8468cff8abdc0ac80b50b3241afdaf550614fd3 /arch/x86/include/asm/intel_rdt.h
parentx86/intel_rdt: Update schemata read to show data in tabular format (diff)
downloadkernel-qcow2-linux-17f8ba1dca072ce66c25b9e74ea2500b029594a0.tar.gz
kernel-qcow2-linux-17f8ba1dca072ce66c25b9e74ea2500b029594a0.tar.xz
kernel-qcow2-linux-17f8ba1dca072ce66c25b9e74ea2500b029594a0.zip
x86/intel_rdt: Cleanup kernel-doc
The kernel-doc is inconsistently formatted. Fix it up. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: Tony Luck <tony.luck@intel.com> Cc: Vikas Shivappa <vikas.shivappa@linux.intel.com>
Diffstat (limited to 'arch/x86/include/asm/intel_rdt.h')
-rw-r--r--arch/x86/include/asm/intel_rdt.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/x86/include/asm/intel_rdt.h b/arch/x86/include/asm/intel_rdt.h
index 3f313991c0b3..9030bcccb717 100644
--- a/arch/x86/include/asm/intel_rdt.h
+++ b/arch/x86/include/asm/intel_rdt.h
@@ -46,11 +46,11 @@ int __init rdtgroup_init(void);
/**
* struct rftype - describe each file in the resctrl file system
- * @name: file name
- * @mode: access mode
- * @kf_ops: operations
- * @seq_show: show content of the file
- * @write: write to the file
+ * @name: File name
+ * @mode: Access mode
+ * @kf_ops: File operations
+ * @seq_show: Show content of the file
+ * @write: Write to the file
*/
struct rftype {
char *name;
@@ -75,7 +75,7 @@ struct rftype {
* @name: Name to use in "schemata" file
* @num_closid: Number of CLOSIDs available
* @max_cbm: Largest Cache Bit Mask allowed
- * @data_width: Character width of data when displaying
+ * @data_width: Character width of data when displaying
* @min_cbm_bits: Minimum number of consecutive bits to be set
* in a cache bit mask
* @domains: All domains for this resource
@@ -151,7 +151,7 @@ enum {
#define for_each_capable_rdt_resource(r) \
for (r = rdt_resources_all; r < rdt_resources_all + RDT_NUM_RESOURCES;\
- r++) \
+ r++) \
if (r->capable)
#define for_each_enabled_rdt_resource(r) \