Re: [PATCH v2] kernel: locking: delete repeated words in comments

From: Will Deacon
Date: Wed Dec 23 2020 - 10:04:37 EST


On Sun, Dec 20, 2020 at 08:40:48PM -0800, Randy Dunlap wrote:
> Drop repeated words in kernel/locking/.
> {it, no, the}
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> ---
> v2: rebase, resend
>
> kernel/locking/rtmutex.c | 4 ++--
> kernel/locking/rwsem.c | 2 +-
> kernel/locking/semaphore.c | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will