Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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;