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> --- drivers/staging/gpib/include/nec7210.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gpib/include/nec7210.h b/drivers/staging/gpib/include/nec7210.h index aa03c234aa60..604085e3fe4f 100644 --- a/drivers/staging/gpib/include/nec7210.h +++ b/drivers/staging/gpib/include/nec7210.h @@ -109,7 +109,7 @@ void nec7210_parallel_poll_response(gpib_board_t *board, uint8_t nec7210_serial_poll_status(gpib_board_t *board, struct nec7210_priv *priv); int nec7210_t1_delay(gpib_board_t *board, - struct nec7210_priv *priv, unsigned int nano_sec); + struct nec7210_priv *priv, unsigned int nano_sec); void nec7210_return_to_local(const gpib_board_t *board, struct nec7210_priv *priv); // utility functions -- 2.47.0