Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4064145yba; Wed, 17 Apr 2019 03:56:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqx5oxCIl83H9O5S1l9ueTS1vs8xMR2LeqfDeV5zJEmHil7ZsOe7Z4MfHhMz3pK/06z/6Nld X-Received: by 2002:a17:902:e684:: with SMTP id cn4mr85582074plb.71.1555498619373; Wed, 17 Apr 2019 03:56:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555498619; cv=none; d=google.com; s=arc-20160816; b=PlD0fK6j7hV3SOouWQ5PMOKes/HfCfPAktF7Rv34ywvUp756Zob17hDIv7YFHUYcFI YEwJLqBNgFcpz/vk6dq81hF7zBQ1eTsEKCj81UJ9YnqBgAYxZwavOpePg8QhIq9DaNBu rQTX/nTTD1cJSjWusy5qKtT7DycVezj168391VjxGFScOXuRmesC/NpU0XW+7UZxU2uT RZhxxsyKEtN6NamXajcTy6SHeQ0mm9UNp8YTCWzxqV5QvCjiFt1ZSH97rzChdxJOAQmN zVZL3ybZERjkIkVVL3etghgKI5h7cJJQzr2Xol+yj8TYm5EhzhNNmEYr5I6YeICe2KbW x/Zw== 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=hy8NI2NLvG05Lq/UyDeJ9AUWVBH08Yb31a9mOocutwk=; b=W1UuX7w/f0w2DF2XQhyrI0+Pi4KOfQlgQu/n4u1Q2mcycpiIUxA1dXfgg/D4RecZuO GyL/bhAGqtxrGrJQps22hK8JGSweeez8G4uXpt2YLPAvW/zam/eBa50IU/ZG6U3clgTK C5kRal4OGO/CceAmFI8Eb7dMhP4I7CPDGhIutpYGFbJ6O2LjsNnf/Exo8NIhYT4EGb4B cZoMmnmVJyiBHhSLu4A+MoDd1R5PI47GVECEI7H2Hbp/2tOlRKVhbPgvFJlddO6tCsaC WJ82HAZmDKpENMPd2dHFoUM050uPLGxo20d13oUf+5IQEWff4AhHEaWOJ434u5Jpgzoh /vDA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 12si49681530pgu.111.2019.04.17.03.56.44; Wed, 17 Apr 2019 03:56:59 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731855AbfDQKzs (ORCPT + 99 others); Wed, 17 Apr 2019 06:55:48 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:34713 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731116AbfDQKzr (ORCPT ); Wed, 17 Apr 2019 06:55:47 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hGiE7-0002O5-Kw; Wed, 17 Apr 2019 10:55:39 +0000 From: Colin King To: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Namhyung Kim Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] perf test: fix spelling mistake "leadking" -> "leaking" Date: Wed, 17 Apr 2019 11:55:39 +0100 Message-Id: <20190417105539.5902-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There are a couple of spelling mistakes in test assert messages. Fix them. Signed-off-by: Colin Ian King --- tools/perf/tests/dso-data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/tests/dso-data.c b/tools/perf/tests/dso-data.c index 7f6c52021e41..946ab4b63acd 100644 --- a/tools/perf/tests/dso-data.c +++ b/tools/perf/tests/dso-data.c @@ -304,7 +304,7 @@ int test__dso_data_cache(struct test *test __maybe_unused, int subtest __maybe_u /* Make sure we did not leak any file descriptor. */ nr_end = open_files_cnt(); pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); - TEST_ASSERT_VAL("failed leadking files", nr == nr_end); + TEST_ASSERT_VAL("failed leaking files", nr == nr_end); return 0; } @@ -380,6 +380,6 @@ int test__dso_data_reopen(struct test *test __maybe_unused, int subtest __maybe_ /* Make sure we did not leak any file descriptor. */ nr_end = open_files_cnt(); pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); - TEST_ASSERT_VAL("failed leadking files", nr == nr_end); + TEST_ASSERT_VAL("failed leaking files", nr == nr_end); return 0; } -- 2.20.1