[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0ee409b7-b0d5-43c2-c247-b0482c392dea@linuxfoundation.org>
Date: Fri, 26 Feb 2021 14:16:12 -0700
From: Shuah Khan <skhan@...uxfoundation.org>
To: Peter Zijlstra <peterz@...radead.org>
Cc: mingo@...hat.com, will@...nel.org, kvalo@...eaurora.org,
davem@...emloft.net, kuba@...nel.org, ath10k@...ts.infradead.org,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH v2 1/3] lockdep: add lockdep_assert_not_held()
On 2/26/21 2:07 PM, Peter Zijlstra wrote:
> On Fri, Feb 26, 2021 at 10:52:13AM -0700, Shuah Khan wrote:
>> + /* avoid false negative lockdep_assert_not_held()
>> + * and lockdep_assert_held()
>> + */
>
> That's a coding style fail.
>
Checkpatch didn't complain. What's your preference? Does the
following work for you?
/*
* avoid false negative lockdep_assert_not_held()
* and lockdep_assert_held()
*/
thanks,
-- Shuah
Powered by blists - more mailing lists