Re: [PATCH v4] binder: modify the comment for binder_proc_unlock

From: Greg KH
Date: Tue Sep 03 2024 - 06:34:31 EST


On Mon, Sep 02, 2024 at 11:37:54AM +0800, Ba Jing wrote:
> Modify the comment for binder_proc_unlock() to clearly indicate which spinlock it releases and to better match the acquire comment block in binder_proc_lock().
>
> Notes:
> v1: https://lore.kernel.org/all/20240830073743.2052-1-bajing@xxxxxxxxxxxxxxxxxxxx/
>
> v2: Reword commit log per suggestions from cmllamas@
> https://lore.kernel.org/all/20240902013636.1739-1-bajing@xxxxxxxxxxxxxxxxxxxx/
>
> v3: Wrap commit message. Add version history.
> https://lore.kernel.org/all/20240902025720.2334-1-bajing@xxxxxxxxxxxxxxxxxxxx/
>
> v4: Modify the commit information.

Again, all of these "what changed in what version" needs to go below the
--- line.

Also, please wrap your changelog text at 72 columns, like your editor
asked you to :)

thanks,

greg k-h