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

Greg KH <[email protected]> Mon, 10 Nov 2025 09:56:00 +0900
Newsgroups dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel
Message-ID <2025111014-arguable-antelope-1d9b@gregkh>
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?

thanks,

greg k-h