From patchwork Mon Nov 28 22:35:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 84462 Delivered-To: patches@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1348517qgi; Mon, 28 Nov 2016 14:35:28 -0800 (PST) X-Received: by 10.84.209.161 with SMTP id y30mr55307947plh.163.1480372528659; Mon, 28 Nov 2016 14:35:28 -0800 (PST) Return-Path: Received: from mail-pg0-x231.google.com (mail-pg0-x231.google.com. [2607:f8b0:400e:c05::231]) by mx.google.com with ESMTPS id g16si28226161pli.160.2016.11.28.14.35.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Nov 2016 14:35:28 -0800 (PST) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::231 as permitted sender) client-ip=2607:f8b0:400e:c05::231; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::231 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pg0-x231.google.com with SMTP id p66so61511011pga.2 for ; Mon, 28 Nov 2016 14:35:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=E9kPdim5NsyOMgR0EkMnpzL+cFhuwtCH0g2nHTx55G0=; b=jobSqpleq96LLlexGzFVcRFvZp6O97t8AejaoiWyo8g2hbxrTE4MNm8c67V+0fUP9K ZSkClV+dJMC2akuPqb8HItvdTg4iO1TBk7yj3TqjJ/ObhohO65R/sprh6offcNOhFSWZ 4zQmrX1w+aT8lirgybZcJsbXHP9U/+ma8t5Ns= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=E9kPdim5NsyOMgR0EkMnpzL+cFhuwtCH0g2nHTx55G0=; b=cgA7XBhfeqMo0vIGpTxGh5ktCbWLAz3B5Mi+M99Qf1rg8WIJ5ZBcnHMTNat2N+Kvun y+5FMfBJ4PSTb+StO027T/lX0tQn9s9ieg45alHZIhUt5jkT57SjskWaGTFaNckJekJZ 47jAPOQ9QzQcd1msCmAuX0XuE3LXbBcUOfNJoJIQDdmoZSC01Z/rKgLKZhyTnUIJ4rMo tg7A0roYp9MO9EOV8cGgYyaXRNm0ahf8XXFjBamBJC/Yx33n6UpEngqZhL4bgRl/uk+l gWMkAcjtbc4a/SP1u8xYiLPptqVNz+PuUGa41ufOa7HXBp6r9jHIm64npZUBmDcyEdx/ 0CDw== X-Gm-Message-State: AKaTC00XkK1XEvWpzSid/s2Xse5KEvsuTT78PT6C26I0FdgJrdjnLag9Lz/+xeEWhbx07rRGePs= X-Received: by 10.84.192.131 with SMTP id c3mr55448245pld.149.1480372528404; Mon, 28 Nov 2016 14:35:28 -0800 (PST) Return-Path: Received: from localhost.localdomain ([2601:1c2:1002:83f0:4e72:b9ff:fe99:466a]) by smtp.gmail.com with ESMTPSA id r74sm89537352pfl.79.2016.11.28.14.35.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 28 Nov 2016 14:35:27 -0800 (PST) From: John Stultz To: lkml Cc: Colin Ian King , Thomas Gleixner , Richard Cochran , Ingo Molnar , Shuah Khan , Prarit Bhargava , John Stultz Subject: [PATCH 1/7] selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous" Date: Mon, 28 Nov 2016 14:35:18 -0800 Message-Id: <1480372524-15181-2-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1480372524-15181-1-git-send-email-john.stultz@linaro.org> References: <1480372524-15181-1-git-send-email-john.stultz@linaro.org> From: Colin Ian King Trivial fix to spelling mistake Cc: Thomas Gleixner Cc: Richard Cochran Cc: Ingo Molnar Cc: Shuah Khan Cc: Prarit Bhargava Signed-off-by: Colin Ian King Signed-off-by: John Stultz --- tools/testing/selftests/timers/skew_consistency.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 diff --git a/tools/testing/selftests/timers/skew_consistency.c b/tools/testing/selftests/timers/skew_consistency.c index 5562f84..2a996e0 100644 --- a/tools/testing/selftests/timers/skew_consistency.c +++ b/tools/testing/selftests/timers/skew_consistency.c @@ -57,7 +57,7 @@ int main(int argv, char **argc) pid_t pid; - printf("Running Asyncrhonous Frequency Changing Tests...\n"); + printf("Running Asynchronous Frequency Changing Tests...\n"); pid = fork(); if (!pid)