[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210113020333.29803-1-unixbhaskar@gmail.com>
Date: Wed, 13 Jan 2021 07:33:33 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: fenghua.yu@...el.com, tglx@...utronix.de, mingo@...hat.com,
bp@...en8.de, x86@...nel.org, hpa@...or.com,
linux-kernel@...r.kernel.org, gustavo@...eddedor.com
Cc: rdunlap@...radead.org, reinette.chatre@...el.com,
Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member
s/kernlfs/kernfs/
s/@..._data_kn/@..._data_kn:/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture
arch/x86/kernel/cpu/resctrl/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h
index ee71c47844cb..ef9e2c0809b8 100644
--- a/arch/x86/kernel/cpu/resctrl/internal.h
+++ b/arch/x86/kernel/cpu/resctrl/internal.h
@@ -142,7 +142,7 @@ enum rdtgrp_mode {
/**
* struct mongroup - store mon group's data in resctrl fs.
- * @mon_data_kn kernlfs node for the mon_data directory
+ * @mon_data_kn: kernfs node for the mon_data directory
* @parent: parent rdtgrp
* @crdtgrp_list: child rdtgroup node list
* @rmid: rmid for this rdtgroup
--
2.20.1
Powered by blists - more mailing lists