Re: [PATCH] locking/atomic/bitops: Fix some wrong param names in comments

2020-09-30 Thread linmiaohe
Friendly ping :) > Correct the wrong param name @addr to @p. > > Signed-off-by: Miaohe Lin > --- > include/asm-generic/bitops/lock.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/include/asm-generic/bitops/lock.h > b/include/asm-generic/bitops/lock.h

[PATCH] locking/atomic/bitops: Fix some wrong param names in comments

2020-09-10 Thread Miaohe Lin
Correct the wrong param name @addr to @p. Signed-off-by: Miaohe Lin --- include/asm-generic/bitops/lock.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/asm-generic/bitops/lock.h b/include/asm-generic/bitops/lock.h index 3ae021368f48..cdd4fde2dacc 100644 ---