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 033A2C7618D for ; Wed, 15 Mar 2023 15:43:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232566AbjCOPnv (ORCPT ); Wed, 15 Mar 2023 11:43:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232103AbjCOPnp (ORCPT ); Wed, 15 Mar 2023 11:43:45 -0400 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81E547C3DF for ; Wed, 15 Mar 2023 08:43:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=RamjROs+sUVfYNzroeeQOrxygIhaTlWlwCCu0K2PnS8=; b=FKf5jfSzgO53FtuCQCUjdqjGwF/spoq9QegdaugJkHQUj9tgOluk7xpQ 130YtQW/2plkrhIR+BvxZG0e+PuAnE/475Ev10b0JAXzQGWH46nTn3ZV+ qB9AxzSn9nQQ5S2vGU/7ecATxhvnIOzWnTkHL+BCv0D3kbjoC+afVD823 w=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=julia.lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.98,262,1673910000"; d="scan'208";a="50285566" Received: from dt-lawall.paris.inria.fr ([128.93.67.65]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2023 16:43:21 +0100 Date: Wed, 15 Mar 2023 16:43:20 +0100 (CET) From: Julia Lawall To: Kloudifold cc: Alison Schofield , teddy.wang@siliconmotion.com, sudipm.mukherjee@gmail.com, gregkh@linuxfoundation.org, linux-staging@lists.linux.dev, outreachy@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: sm750: Rename function to avoid CamelCase In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 15 Mar 2023, Kloudifold wrote: > Hi Alison, > > Thanks a lot for your help, so if I send my v3 patch, should it be like > below? (Philipp said "please make the Subject more unique", but the > Subject could be only a few permutations of very few words, I can't see > how it could be any more unique.) > > Subject: [PATCH v2] staging: sm750: Rename functions from CamelCase to snake case > > sm750 driver has sm750_hw_cursor_* functions, which are named in > camelcase. Rename them to snake case to follow the function naming > convention. > > Changes in v3: > - Add this changelog (Philipp) > - Move lkp tags and link to the correct location in commit log (Alison) > - Update the commit msg (Philip) > - Update the commit log (Bagas, Julia) > > Changes in v2: > - Use new function names in call sites (LKP) All these changes should go below the --- line, not above it like this. The history of changes is for people who are following along in the email discussion. Once the patch is accepted, they won't be meaningful. So they should be the in the part that disappears, which is the part below the ---. julia > > Signed-off-by: Kloudifold > | Reported-by: kernel test robot > | Link: https://lore.kernel.org/oe-kbuild-all/202303110849.X24WnHnM-lkp@intel.com/ > --- > git diff message > --- > >