Commit 17f8ba1d authored by Thomas Gleixner's avatar Thomas Gleixner

x86/intel_rdt: Cleanup kernel-doc

The kernel-doc is inconsistently formatted. Fix it up.
Signed-off-by: default avatarThomas 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>
parent de016df8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment