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=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, T_DKIMWL_WL_HIGH 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 BA072C04A6B for ; Mon, 6 May 2019 12:08:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 82373206BF for ; Mon, 6 May 2019 12:08:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="HTCIykQl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 82373206BF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rjwysocki.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pLcIh5mIUfye/1Rh1vQ1QYgIPCpVpb/BOsqjv4GOap0=; b=HTCIykQl136mHU rnzH4AKm7YP8dKEUJ5uDONR8973ZhVFo0ilA/F0224f+Z3AO98uaw9U8E+iPZ2YnJTmulftZERlQY E5HjDE9/7Rx3CzHFrWA+w7EI5SVE9Zkdt3t/wtKE4r9bU2j87WAQ8p7plv9nnjhsx4jKxZHjee3ZB RLgH/1wtj9Vn8sm/Eysgf7NTNFOx0QqTqwbhp0cL+z7wbYG3wV3wFCaUmhHX0CWNavpW8xyOwvu3i CMTgO2aZkMsoR4OJoWgIrZfvILyp7g4n0KcAF5JfLcFzzJNvkESRqy1rsfXZoyWxOaWf5GC/RJRAw li0zaANP+59lPQpwjOYA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hNcPd-00054U-Rp; Mon, 06 May 2019 12:08:05 +0000 Received: from cloudserver094114.home.pl ([79.96.170.134]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hNcPb-00053u-AI for linux-arm-kernel@lists.infradead.org; Mon, 06 May 2019 12:08:04 +0000 Received: from 79.184.253.223.ipv4.supernova.orange.pl (79.184.253.223) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 8f8b8ef4e30ad709; Mon, 6 May 2019 14:07:53 +0200 From: "Rafael J. Wysocki" To: Jeremy Linton Subject: Re: [PATCH v2 1/5] ACPI/PPTT: Trivial, Modify the case of CPU Date: Mon, 06 May 2019 14:07:52 +0200 Message-ID: <9111298.efd3gzfPJI@kreacher> In-Reply-To: <51abea94-15d6-e712-411e-bf7fcf2902b6@arm.com> References: <20190426220309.55654-1-jeremy.linton@arm.com> <51abea94-15d6-e712-411e-bf7fcf2902b6@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190506_050803_521991_EDECA9FE X-CRM114-Status: GOOD ( 10.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Lorenzo Pieralisi , "Rafael J. Wysocki" , Catalin Marinas , John Garry , Will Deacon , Linuxarm , ACPI Devel Maling List , Sudeep Holla , Linux ARM , Len Brown Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wednesday, May 1, 2019 5:46:49 PM CEST Jeremy Linton wrote: > Hi, > > And sorry about the delay... > > On 4/29/19 3:50 AM, Rafael J. Wysocki wrote: > > On Sat, Apr 27, 2019 at 12:03 AM Jeremy Linton wrote: > >> > >> CPU is an acronym and customarily capitalized. Much of the > >> commenting in the PPTT code has been using "cpu" rather > >> than "CPU". Correct that, and other human readable strings. > >> > >> Signed-off-by: Jeremy Linton > > > > It would be better to say "Modify the spelling of CPU" in the subject > > IMO, but apart from that > > Hmmm, spelling doesn't seem quite right either, how about "capitalization"? That would work for me too. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel