Re: [PATCH] staging: gpib: converted // to /**/ comments

From: Dave Penkler
Date: Mon Nov 10 2025 - 03:32:52 EST


On Mon, Nov 10, 2025 at 09:56:00AM +0900, Greg KH wrote:
> On Sun, Nov 09, 2025 at 09:18:13PM +0200, Michail Tatas wrote:
> > This patch converts comments from // to /**/ to make them
> > consistent across the file as suggested by the TODO file in
> > drivers/staging/gpib/todo
> >
> > Signed-off-by: Michail Tatas <michail.tatas@xxxxxxxxx>
>
> That todo file is a bit out of date, we now allow single-line //
> comments, so this really isn't needed, unless the maintainer wants me to
> take it?
>

No, I am fine with the // comments.
I have a patch for the TODO in the pipeline.
cheers,
-dave

> thanks,
>
> greg k-h