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 C919848B38D; Tue, 19 May 2026 10:10:11 +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=1779185411; cv=none; b=NRtARjj1brpSAxiOHnZc4+E+XztA/mjDDu35MYkQ/nAqwOlu4tk+tYaQLurWuz7ubacvNN677Ud+xagi068kG/qH041edgyzX3hsOfX1dCIkUKkXfYXzrC375ZcDKQujl1wQMdN/R7gHrdhiVSyvosJOgJ/N8TylgfgIq9uD4jk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779185411; c=relaxed/simple; bh=Sf5ABDCpy8cjjaoy8hubDVh212s+Cln+TwT9lqt2qeA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YSjZT2sK+SsNLY8ipgfms08pd/CD4dVVrhowcE05hXcidRzXli0zrOxsZAxiiStgssIee4spjG2XKyJ0gxf18zBybJs6adTmoyy25TrKHkUdo5dAoIC5FQGUFXLYcFnDttErO3Ey2uu0ooBdQk0u2f2inPKtnx2zmm3qyxSrtS8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=RMzCSs4h; 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="RMzCSs4h" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D8E8C2BCB3; Tue, 19 May 2026 10:10:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1779185411; bh=Sf5ABDCpy8cjjaoy8hubDVh212s+Cln+TwT9lqt2qeA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RMzCSs4he4bt6kPUmn2cW27wLWTnS6nukVN/ubj+3bg3lU6qwsUOzYPw6I2+QGLZi pquk/WLSLnXOfDtXvmChTUOjEPQsEihpPye6IMIsoG9SRSfIJRCuKt5ksl58lwtWur 9Cn+c7fntojhePJptzF/zjhf4OzucbzLweOUx6As= Date: Tue, 19 May 2026 12:09:25 +0200 From: Greg Kroah-Hartman To: lixinyu Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/2] staging: rtl8723bs: replace C++ style comments with kernel style Message-ID: <2026051935-duration-contort-6963@gregkh> References: <20260519090114.828918-1-xinyuili@126.com> <20260519095911.880517-1-xinyuili@126.com> <20260519095911.880517-2-xinyuili@126.com> 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: <20260519095911.880517-2-xinyuili@126.com> On Tue, May 19, 2026 at 05:59:10PM +0800, lixinyu wrote: > Replace C++ style comments (//) with kernel style comments (/* */) > in rtl8723b_hal_init.c. > > Signed-off-by: lixinyu You can't just lie now and say that this was NOT generated by an LLM. Sorry, but please do your own work, that is what the drivers/staging/ directory is for. To get experience so that you can move on to other areas of the kernel. Using a LLM will not get you there at all. best of luck! greg k-h