summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-22 20:47:24 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-22 20:47:24 -0500
commit0e8cc7b5b3a46ea16f74c161f0fd12966deb4d93 (patch)
treedfef6032de2f7758135d376b10369f28ea328771 /include
parentaaa55da315fcbb0387271d473303f52b5f7f3d45 (diff)
lockdep_debuglockdep_debug
Diffstat (limited to 'include')
-rw-r--r--include/linux/lockdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index dc2844b071c2..1f43a8770c71 100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -106,7 +106,7 @@ struct held_lock {
struct lockdep_map *instance;
struct lockdep_map *nest_lock;
#ifdef CONFIG_LOCK_STAT
- u64 waittime_stamp;
+ u64 waittime_stamp;
u64 holdtime_stamp;
#endif
/*