From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8DA4EC8738 for ; Thu, 7 Sep 2023 15:24:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233573AbjIGPXf (ORCPT ); Thu, 7 Sep 2023 11:23:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234254AbjIGPWn (ORCPT ); Thu, 7 Sep 2023 11:22:43 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C21C1A8 for ; Thu, 7 Sep 2023 08:22:16 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54C3DC32796; Thu, 7 Sep 2023 14:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694097836; bh=dDjV8SeoGYBfPPQVmgOlnn/0boD8+0AVtqtuPLpORLY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=digxMZdAvqJOGdBqkmYwy0J3MJL9/PkXTCeZj87cOcKTvwGb+KXjqUKmHL50EgScT uPsIQVL/SbBqkPqs9Ss7AwZSa7PGZX36al1NzOy6ap0/q/gJODNDNx+7AjRey+cYB2 MPXTehhBGSu4uPlA5+UBwnrZ1idLegjRompPgPqE= Date: Thu, 7 Sep 2023 15:43:53 +0100 From: Greg KH To: Pavan Bobba Cc: Forest Bond , Michael Straube , Philipp Hortmann , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] staging: vt6655: Type encoding info dropped from array name "byVT3253B0_" Message-ID: <2023090724-trial-ipod-93d2@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 07, 2023 at 06:40:27PM +0530, Pavan Bobba wrote: > Below array names updated as per coding guidelines: > > 1.byVT3253B0_AGC4_RFMD2959 > 2.byVT3253B0_AIROHA2230 > 3.byVT3253B0_UW2451 > 4.byVT3253B0_AGC > > Conversions performed: > a.type encoding info dropped from names > b.names replaced by snakecase > > Issue found by checkpatch > > Signed-off-by: Pavan Bobba > --- > v1 -> v2: Name of the tool added in the body of explanation, > which found this issue > > v2 -> v3: subject modified to more specific detail Any specific reason you are not sending this to the maintainer that can take it? Also, your changelog needs work, please read the link the bot referred you to. thanks, greg k-h