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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE41BC433DB for ; Wed, 13 Jan 2021 17:43:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE6ED23370 for ; Wed, 13 Jan 2021 17:43:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728130AbhAMRna (ORCPT ); Wed, 13 Jan 2021 12:43:30 -0500 Received: from mga01.intel.com ([192.55.52.88]:4356 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728104AbhAMRna (ORCPT ); Wed, 13 Jan 2021 12:43:30 -0500 IronPort-SDR: Kp69nqHSG3+b3kXR6/WJ8obMWLHWNQyQBjgXNBSOaD1aX5uTbJTlTpcfgv0A7cYmmMoO+3lPjZ DdvwR0axAK6A== X-IronPort-AV: E=McAfee;i="6000,8403,9863"; a="196884514" X-IronPort-AV: E=Sophos;i="5.79,344,1602572400"; d="scan'208";a="196884514" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2021 09:42:49 -0800 IronPort-SDR: qE6Ke/otCVTeeWsTZXNl2dRdYO0gk4NNCbCcsk4w9OY0CIOeG0lyKCpfcYJaEiF0MGQSDO6eED edk9vJA2+cjA== X-IronPort-AV: E=Sophos;i="5.79,344,1602572400"; d="scan'208";a="353565688" Received: from otcwcpicx3.sc.intel.com ([172.25.55.73]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2021 09:42:49 -0800 Date: Wed, 13 Jan 2021 17:42:42 +0000 From: Fenghua Yu To: Bhaskar Chowdhury Cc: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, x86@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, gustavo@embeddedor.com, rdunlap@infradead.org, reinette.chatre@intel.com Subject: Re: [PATCH V4] arch: kernel: cpu: x86/resctrl: Takes a letter away and append a colon to match below struct member Message-ID: References: <20210113020333.29803-1-unixbhaskar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210113020333.29803-1-unixbhaskar@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 13, 2021 at 07:33:33AM +0530, Bhaskar Chowdhury wrote: > s/kernlfs/kernfs/ > s/@mon_data_kn/@mon_data_kn:/ May change the message to describe the problems like: Fix typo "kernlfs" and add missing ":" to match with other comments. > > Signed-off-by: Bhaskar Chowdhury > --- > Changes from V3: Fix the subject line typo stuc to struct and mention cpu architecture > Please read Documentation/process/submitting-patches.rst. It talks about the subject, description of problem, changelog, etc for submitting a patch. Thanks. -Fenghua