From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 910D61D6194; Mon, 10 Nov 2025 00:56:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762736164; cv=none; b=baZuzLi0PXtJhda+ofCfze05PUmyWbpKvsKeRdPIKpfstqQ+Cbr2+GpOZFH6NCJVRvl6sQimmLlWkOLlLZU4NExcEUSnEDp9rEa361Ctri2DLv8kRVihtM4TIAUi+qWDYP48bhJks60vsMI+qtvEV0twM5fVoM7P3cxovbxwPLw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762736164; c=relaxed/simple; bh=3WMEUAWG+aYlirWLWCoAZLiAXOn1m+HbDH7g1IW2GyE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N1TP0q6oOY9Yrkz0QdpTy9aadSKh8U1OFPifoILDdKJIg9s3Ceo6eWgSq/OmWaEWhHCck+DMr2mhoFkqkTYH2V+tmhwWhZTaqYIiuHl3FHsZlffK2U/O7SA02x0hSm3cJzWKFZtOuAG1bReimjihF7KQtR3r11I7vZshq3LQi1s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ov61ZhUn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ov61ZhUn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E35FBC4CEF8; Mon, 10 Nov 2025 00:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1762736164; bh=3WMEUAWG+aYlirWLWCoAZLiAXOn1m+HbDH7g1IW2GyE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ov61ZhUnmeRYFtOnpDPOFh93vQp4Xh+T5yUznmWx0+p5GLyWxmzAzHOEdMzBTUVtm d2wwSzpdJvYXsWnIzhcgcv75fR/Jn3oiQl2nM/Ve2qJ4bJSQKpJQ4/rnxTh32AwKUj eqI6i/Ov3oSYfmRBDPbrY/DH5ETlIPmnqmOcO1AM= Date: Mon, 10 Nov 2025 09:56:00 +0900 From: Greg KH To: Michail Tatas Cc: dpenkler@gmail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: [PATCH] staging: gpib: converted // to /**/ comments Message-ID: <2025111014-arguable-antelope-1d9b@gregkh> References: Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 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