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 40B0831195B; Sat, 7 Feb 2026 13:25:58 +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=1770470759; cv=none; b=JbtDqQ34ji1PJ+OuKAbctacvgjcwQKXBJEIYceU7QeNW+TDcOIueM9wKQVtFgjFe3bsfMCUsPuae1Ol1tD5JapSUG1NMfQwMCSdOU19q7jHEpypkSHEHk815ybPGAM3Jgq19NKHxTHWGmmBP/aNbksQmhnFfBYNmRbOImpOkTjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770470759; c=relaxed/simple; bh=zfNTIDjM1fIlLmljZnKO4X1C/QdQ5QohIcAg6pM5ZGA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ki8BHJtK/5SzHlumVe71NpdBPDE3tQHd5YgGyccfVBKIzWmfsp81BKGtNiGY99IqJeJbYg7zjg61Jg8uM47uAHUhzffDeVa7ZbcJkc+Y43ADM3UMmS/li+aOky/H9K0AITNSiaK1M3PXmUyP4u76zLVaL4mvcPQTEHswsIlsPSs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=QvObUxeY; 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="QvObUxeY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FD65C116D0; Sat, 7 Feb 2026 13:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770470758; bh=zfNTIDjM1fIlLmljZnKO4X1C/QdQ5QohIcAg6pM5ZGA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QvObUxeYq6qKhW06PpvY8n+Wra1x12+jwn0379vfXfr5+TjQ7w+MvM7vhxavFxgfU 7pJEmwDZHlTcoWIKMMXfAxceoJZ/d5kSQP1RBIFRTmS3gWf7oVbCw0MOl9ryBpr7bm TpLc9GVC7Pgb1OqZF2QjMBA0hnrIZODSB56C9xu0= Date: Sat, 7 Feb 2026 14:25:55 +0100 From: Greg Kroah-Hartman To: dhyaan19022009-hue Cc: Sudip Mukherjee , Teddy Wang , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, dhyaan19022009-hue Subject: Re: [PATCH] staging: sm750fb: rename pvMem to pv_mem Message-ID: <2026020732-underhand-helpless-6903@gregkh> References: <20260204062240.20293-1-dhyaan19022009@gmail.com> Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260204062240.20293-1-dhyaan19022009@gmail.com> On Wed, Feb 04, 2026 at 11:52:40AM +0530, dhyaan19022009-hue wrote: > Rename the CamelCase variable pvMem to the snake_case pv_mem to > comply with the Linux kernel coding style. This fixes multiple > warnings reported by checkpatch.pl. > > Signed-off-by: dhyaan19022009-hue Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - It looks like you did not use your "real" name for the patch on either the Signed-off-by: line, or the From: line (both of which have to match). Please read the kernel file, Documentation/process/submitting-patches.rst for how to do this correctly. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot