locking/lockdep: Correct the description error for check_redundant()
authorXiongwei Song <sxwjean@gmail.com>
Fri, 18 Jun 2021 13:02:30 +0000 (21:02 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 22 Jun 2021 14:42:09 +0000 (16:42 +0200)
commit0e8a89d49d45197770f2e57fb15f1bc9ded96eb0
tree11bc19bd79bf53f1067b796eb347f7adf7306145
parentbf22a6976897977b0a3f1aeba6823c959fc4fdae
locking/lockdep: Correct the description error for check_redundant()

If there is no matched result, check_redundant() will return BFS_RNOMATCH.

Signed-off-by: Xiongwei Song <sxwjean@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lkml.kernel.org/r/20210618130230.123249-1-sxwjean@me.com
kernel/locking/lockdep.c