Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp409263imu; Tue, 27 Nov 2018 00:11:35 -0800 (PST) X-Google-Smtp-Source: AJdET5cCF1QDOLjlj9rSMFwMzkRNVCVpo+A/C0y1xxPrW76IyDlJWu5kyS2nY6E3uBZdfuFfFeAF X-Received: by 2002:a62:714a:: with SMTP id m71-v6mr33144724pfc.89.1543306295310; Tue, 27 Nov 2018 00:11:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543306295; cv=none; d=google.com; s=arc-20160816; b=Qqj7VU6yoIvf2omd6IX5FhgOzxz5jAoUOU0Sb/cubo2aIo9uSl76O/zymiNxNqOlgL sWng007MQOTcxJmjHsowsBibNYL/fgeprmTqEiREWTDcarVU1KICg0JbBCdwuMMHkidi jzbQI/oFmj58LzWOhnp7IDB6xxLRB+QPTLIuAGbuepUU4v17bsWJcm8grE755ZCgzdIU 0tNKeACYC87dJdpjwf4Yz/DfhDqeEUNXNOznib/kx3fDhDRY5WepOWzhOurSZJTR45XB qcPruz7WHhb84W6vDp5T6TgH6S04zTepYQrekLriv+vRsnovuF1asCg7paKq/nEGIOZx miXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=2yamzzsWRA+LzzDcSYZvl9pnKo/pGuNA61AwRkqgDKY=; b=NBZyNRuXLgG1YuOMx79/Fx3do/m7QM9NEOq0ZKgWDxfOgIlaffzlx207jdYRevuXhe Zy4RsshqbQaeWfNoj14pujfOFMkjcACeF5gnH+ebWqp7YWqlp78CeH/rkvUhVbiBrSg7 Wm3LMpLESc6Sfu/iq4/hSiLttLA0lWO2HWydgR9j51emjCRIrao+kE8ZxorCueR9ZizN iDiblK+SL42ynDjQE2WPXl1yAaNstirpBaAxtL524LyMBHTiTrJfII/SaCPGWE6clOe2 CpqMSku7Lq8KWn3AxVXRPeiS3HHNlEa4apIXVcZZ/ytCEAjAytyU3BpYHVAZ7veuWRyP /vyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j24si2878390pgh.362.2018.11.27.00.11.20; Tue, 27 Nov 2018 00:11:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729043AbeK0SP2 (ORCPT + 99 others); Tue, 27 Nov 2018 13:15:28 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:56689 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728560AbeK0SP2 (ORCPT ); Tue, 27 Nov 2018 13:15:28 -0500 Received: from p4fea46ac.dip0.t-ipconnect.de ([79.234.70.172] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gRXdT-00089T-Vm; Tue, 27 Nov 2018 08:18:20 +0100 Date: Tue, 27 Nov 2018 08:18:19 +0100 (CET) From: Thomas Gleixner To: Reinette Chatre cc: fenghua.yu@intel.com, bp@alien8.de, tony.luck@intel.com, jithu.joseph@intel.com, mingo@redhat.com, babu.moger@amd.com, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/resctrl: Fix rdt_last_cmd_printf() usage and typos within In-Reply-To: <546cdb1aeef48ec482e13b9a9a4a2fe47755d71b.1543273514.git.reinette.chatre@intel.com> Message-ID: References: <546cdb1aeef48ec482e13b9a9a4a2fe47755d71b.1543273514.git.reinette.chatre@intel.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 26 Nov 2018, Reinette Chatre wrote: > Use rdt_last_cmd_puts() instead of rdt_last_cmd_printf() when printing a > simple string. While doing so fix two typos that were recently > introduced into two of these simple strings. You're explaing what the patch is doing, but not why printf() is wrong. Thanks, tglx