Re: [PATCH v2] rust: kernel: make impl_has_work compatible with more generics

From: Roland Xu
Date: Wed May 22 2024 - 12:12:02 EST


Greg KH:
> Columns are still not wrapped :(

Oh, sorry. I used `scripts/checkpatch.pl` and it only told me the commit title is too long, that's why I only change it.

________________________________________
From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, May 22, 2024 23:57
To: Roland Xu
Cc: ojeda@xxxxxxxxxx; boqun.feng@xxxxxxxxx; rust-for-linux@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: [PATCH v2] rust: kernel: make impl_has_work compatible with more generics

On Wed, May 22, 2024 at 11:45:33PM +0800, Roland Xu wrote:
> v2: apply comments, wrap lines at 72 columns
> ---

That goes below the --- line.

> Make the impl_has_work macro compatible with more complex generics such as lifetimes and const generic arguments.

Columns are still not wrapped :(

Look at example submissions on the mailing list for how to structure
this.

thanks,

greg k-h