mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 06:35:12 +00:00
lockdep: fix a typo in the __lock_acquire comment
Fix a typo in the __lock_acquire comment. Signed-off-by: Gautham R Shenoy <ego@in.ibm.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
ab63a633cf
commit
17aacfb9cd
1 changed files with 1 additions and 1 deletions
|
@ -2424,7 +2424,7 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Calculate the chain hash: it's the combined has of all the
|
* Calculate the chain hash: it's the combined hash of all the
|
||||||
* lock keys along the dependency chain. We save the hash value
|
* lock keys along the dependency chain. We save the hash value
|
||||||
* at every step so that we can get the current hash easily
|
* at every step so that we can get the current hash easily
|
||||||
* after unlock. The chain hash is then used to cache dependency
|
* after unlock. The chain hash is then used to cache dependency
|
||||||
|
|
Loading…
Add table
Reference in a new issue