Re: [PATCH v3 4/4] [PATCH V2 4/4] staging:gpib:agilent_82350b: Fix Indent issue with block
From: Greg KH
Date: Mon Feb 17 2025 - 05:39:26 EST
On Mon, Feb 17, 2025 at 04:00:38PM +0530, Ravi Kumar kairi wrote:
> From: Ravi Kumar Kairi <kumarkairiravi@xxxxxxxxx>
>
> There was a empty line, which was causing the checkpatch script to think
> it's a single line statment, after removing the empty line it's no
> longer asking to check that line.
>
> Signed-off-by: Ravi Kumar Kairi <kumarkairiravi@xxxxxxxxx>
> ---
> drivers/staging/gpib/agilent_82350b/agilent_82350b.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/gpib/agilent_82350b/agilent_82350b.c b/drivers/staging/gpib/agilent_82350b/agilent_82350b.c
> index b6871eb3c8..1d644d000a 100644
> --- a/drivers/staging/gpib/agilent_82350b/agilent_82350b.c
> +++ b/drivers/staging/gpib/agilent_82350b/agilent_82350b.c
> @@ -228,7 +228,6 @@ static int agilent_82350b_accel_write(gpib_board_t *board, uint8_t *buffer, size
> return retval;
>
> if (send_eoi) {
> -
> retval = agilent_82350b_write(board, buffer + fifotransferlength, 1, send_eoi,
> &num_bytes);
> *bytes_written += num_bytes;
The subject line is really odd as this change has nothing to do with
indentation :(
thanks,
greg k-h