Re: [PATCH] staging: gpib: Remove unneeded semicolon.

From: Greg Kroah-Hartman
Date: Wed Oct 16 2024 - 03:23:53 EST


On Wed, Oct 16, 2024 at 12:49:41PM +0530, Rohit Chavan wrote:
> This patch cleans up the GPIB driver code by removing
> unneeded semicolons.

Nit, you can use all 72 columns.

>
> Files modified:
> drivers/staging/gpib/tms9914/tms9914.c
> drivers/staging/gpib/tnt4882/mite.c

Why are these lines needed? We know what files are modified by looking
at the diff :)

Please fix up and send a v2.

thanks,

greg k-