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

Dave Penkler <[email protected]> Mon, 10 Nov 2025 09:32:40 +0100
Newsgroups dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel
Message-ID <aRGjKOJmbiFYua24@egonzo>
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 <[email protected]>
> 
> 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