mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
cxl/port: update reference to removed CONFIG_PROVE_CXL_LOCKING
A comment in drivers/cxl/port.c refers to CONFIG_PROVE_CXL_LOCKING,
which was removed in commit 38a34e1076 ("cxl: Drop
cxl_device_lock()"). That commit switched CXL subsystem locking to
custom lock classes, which can be validated via the standard
CONFIG_PROVE_LOCKING option. Update the comment to reflect this.
Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Dan Williams <djbw@kernel.org>
Reviewed-by: Richard Cheng <icheng@nvidia.com>
Reviewed-by: Alison Schofield <alison.schofield@intel.com>
Link: https://patch.msgid.link/20260610042101.222349-1-enelsonmoore@gmail.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
This commit is contained in:
committed by
Dave Jiang
parent
1e1edc973c
commit
0e7041eb96
@@ -18,7 +18,7 @@
|
||||
* firmware) are managed in this drivers context. Each driver instance
|
||||
* is responsible for tearing down the driver context of immediate
|
||||
* descendant ports. The locking for this is validated by
|
||||
* CONFIG_PROVE_CXL_LOCKING.
|
||||
* CONFIG_PROVE_LOCKING.
|
||||
*
|
||||
* The primary service this driver provides is presenting APIs to other
|
||||
* drivers to utilize the decoders, and indicating to userspace (via bind
|
||||
|
||||
Reference in New Issue
Block a user