]> git.baikalelectronics.ru Git - kernel.git/commit
sched/Documentation: Remove unneeded word
authorSharon Dvir <sharon.dvir1@mail.huji.ac.il>
Sun, 1 Feb 2015 21:47:32 +0000 (23:47 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Feb 2015 06:52:33 +0000 (07:52 +0100)
commita5e93afe4b37731f9fdcff1dab69b2c48cceb1d7
treeb87bd1b71a46dc82505c8d7bd81714e34f9c0c80
parent57a2728e5ea829bc76a69e473e8c64966220d510
sched/Documentation: Remove unneeded word

The second 'mutex' shouldn't be there, it can't be about the mutex,
as the mutex can't be freed, but unlocked, the memory where the
mutex resides however, can be freed.

Signed-off-by: Sharon Dvir <sharon.dvir1@mail.huji.ac.il>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1422827252-31363-1-git-send-email-sharon.dvir1@mail.huji.ac.il
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/locking/mutex.c