Re: [PATCH 2/2] staging: gpib: fix style at nec7210_t1_delay definition

From: Dan Carpenter
Date: Wed Feb 12 2025 - 02:08:02 EST


On Tue, Feb 11, 2025 at 11:35:37PM -0300, Rodrigo Gobbi wrote:
> due a change of the return type of t1_delay function, checkpatch
> was triggering a style error.
>
> Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@xxxxxxxxx>

This should be folded into the previous patch. Generally we avoid
introducing checkpatch warnings and then fixing them later. Sometimes
that ignoring checkpatch and then fixing it later can make the review
easier if a patch is really massive but this change is only medium sized.

regards,
dan carpenter