From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 9EED06D0E for ; Wed, 7 Apr 2021 07:32:31 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id ADD0B6136A; Wed, 7 Apr 2021 07:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617780751; bh=JhHbXWg96et2FbLon6Fo7du212AuRnmOsWOSUA/bFJQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eV98dBoe2wWOLSLWVdyE+Kpt9xIx6d2erqhu6mRzfRlHN6vg8/s/1OXQAMPmHPxpl F+yU672nRKCRJV9vXeM7RPpXt/etVEpnQclXf5kXNDAVp8JMr90zt5hE0nAag6Rbap ba/MSMPititFu+UlCGlHuH6NfBysFFoLiUudnkXM= Date: Wed, 7 Apr 2021 09:32:29 +0200 From: Greg KH To: Pavle Rohalj Cc: sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/49] *** SUBJECT HERE *** Message-ID: References: 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 Wed, Apr 07, 2021 at 12:15:22AM -0700, Pavle Rohalj wrote: > On Wed, Apr 07, 2021 at 09:08:07AM +0200, Greg KH wrote: > > On Tue, Apr 06, 2021 at 11:35:54PM -0700, Pavle Rohalj wrote: > > > Changes in v2: > > > - Removed type information from variable names > > > - Broken up the changes into smaller patches > > > > Your subject is very odd :( > > Sorry about that, I overlooked the fact that I reran format-patch. The > subject should be: > > [PATCH] staging: sm750fb: Convert camel case to snake case > > Should I resubmit? Not yet, let me review these first, I think they might need some work...