| commit | 0fbbcab7f9082cdc233da5e5e353f69830f11956 | [log] [tgz] |
|---|---|---|
| author | Randy Dunlap <rdunlap@infradead.org> | Fri Oct 17 00:07:42 2025 -0700 |
| committer | Tejun Heo <tj@kernel.org> | Fri Oct 17 05:31:56 2025 -1000 |
| tree | 018d52c90d9d04997940f34fe13817d4e582e581 | |
| parent | 4cdde87d723a0552f475c8c6b0db472a6945125f [diff] |
cgroup/misc: fix misc_res_type kernel-doc warning
Format the kernel-doc for SCALE_HW_CALIB_INVALID correctly to
avoid a kernel-doc warning:
Warning: include/linux/misc_cgroup.h:26 Enum value
'MISC_CG_RES_TDX' not described in enum 'misc_res_type'
Fixes: 7c035bea9407 ("KVM: TDX: Register TDX host key IDs to cgroup misc controller")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Tejun Heo <tj@kernel.org>