Re: [PATCH] qed_main: Remove unnecessary cast in kfree

From: Jesse Brandeburg
Date: Tue Aug 18 2020 - 14:44:10 EST


On Tue, 18 Aug 2020 09:10:56 +0000
Xu Wang <vulab@xxxxxxxxxxx> wrote:

> Remove unnecassary casts in the argument to kfree.
>
> Signed-off-by: Xu Wang <vulab@xxxxxxxxxxx>

You seem to have several of these patches, they should be sent in a
series with the series patch subject (for example):
[PATCH net-next 0/n] fix up casts on kfree

Did you use a coccinelle script to find these?

They could all have Fixes tags. I'd resend the whole bunch as a series.

Since this has no functional change, you could mention that in the
series commit message text.

Jesse