Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6126008ybi; Sun, 21 Jul 2019 09:53:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqxnbfyGYeCN31no4o839Rfb2abD74NTeazg3k1eh3t1xN/XB4f90bdGorZWvtOF2lSFqWyK X-Received: by 2002:a63:ec03:: with SMTP id j3mr40972292pgh.325.1563727999578; Sun, 21 Jul 2019 09:53:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563727999; cv=none; d=google.com; s=arc-20160816; b=gg+b1NuHDja6KUsbLnriZ+glgMcfa+24NxLay2wnOtP2/SOQxL7zTFIS7575Hn1wfy +ZkX+UfpY0uCB+QFf2G3qopfIyrbSiIzLGx+mP7dnWJ9uooFHIXMURVBCQx+vqipGm0n eP9FrSpFbYcht8gAw4znuSOn6OW42egN0KZtsGwgIODyX3nelOSc1np1sSNkLmpX5npI 8Utwo1ia/U1U0tGcCLyck+ywH3mV0s0VqI9aEcSyVAXX6p/ENwQcwJ2E0eCm0pV46kmr UZprYdZjzxUmj+S9YdRvgJMwik+V4INjSAZUF0FNOO8qtWf09Y4o/0jzZYgYpfLPZkAW g+0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=y903kfx6ODChrdW+JoNU8xHswzqCV5t6yiEhHPKyaVs=; b=i6D4bPwqNz3VYPEXcPwsnYLKrV2KQ7S3oQ8IX83gqk/4bQkKZQcAjmr8EhnFBnYpTx Gw6s+8Yv7Lrqjt1tFUcs5lGpKGhF9Pyf9ZpS5CEI9vK4DKmE5tN22cFWLJwwWioFDMBi sOLt5sEdBVHvmni7I7sHbbWwDGD6Ej0JOSxVrSkqtnfGz+7nDqhMGYNHvNELu3+l0HbE Wm3B5Dm2XjUm0dQ+yp5Kbbpex698VPheFZ3MOtiWhaiUqexKdqpftfQQu+mLNEv31im/ pfDBSGMCTjAg67MO+VvzTveOGmCmwpQMfyN9qlTE475pdieqEMdniklrtLwW+GEXZE5w 6xSA== 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 65si7615665plf.368.2019.07.21.09.53.03; Sun, 21 Jul 2019 09:53:19 -0700 (PDT) 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 S1726461AbfGUQwM (ORCPT + 99 others); Sun, 21 Jul 2019 12:52:12 -0400 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:49199 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726242AbfGUQwL (ORCPT ); Sun, 21 Jul 2019 12:52:11 -0400 Received: from localhost.localdomain ([92.140.204.221]) by mwinf5d01 with ME id fUs72000e4n7eLC03Us8GN; Sun, 21 Jul 2019 18:52:09 +0200 X-ME-Helo: localhost.localdomain X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sun, 21 Jul 2019 18:52:09 +0200 X-ME-IP: 92.140.204.221 From: Christophe JAILLET To: tony.luck@intel.com, fenghua.yu@intel.com, david@redhat.com, tglx@linutronix.de, gregkh@linuxfoundation.org, akpm@linux-foundation.org Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH] ia64: perfmon: Fix a typo Date: Sun, 21 Jul 2019 18:51:44 +0200 Message-Id: <20190721165144.3152-1-christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org s/permfon.h/perfmon.h/ Signed-off-by: Christophe JAILLET --- The reference to perfmon.h should maybe be just removed because I've found no information about the increasing order to respect. This is maybe now in another file? --- arch/ia64/kernel/perfmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index 58a6337c0690..22795b420b10 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c @@ -4550,7 +4550,7 @@ pfm_exit_thread(struct task_struct *task) } /* - * functions MUST be listed in the increasing order of their index (see permfon.h) + * functions MUST be listed in the increasing order of their index (see perfmon.h) */ #define PFM_CMD(name, flags, arg_count, arg_type, getsz) { name, #name, flags, arg_count, sizeof(arg_type), getsz } #define PFM_CMD_S(name, flags) { name, #name, flags, 0, 0, NULL } -- 2.20.1