From patchwork Mon Jan 23 11:40:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 9532277 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 784C66042F for ; Mon, 23 Jan 2017 11:40:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8771927D5E for ; Mon, 23 Jan 2017 11:40:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7C5B827F07; Mon, 23 Jan 2017 11:40:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1490327D5E for ; Mon, 23 Jan 2017 11:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750714AbdAWLkZ (ORCPT ); Mon, 23 Jan 2017 06:40:25 -0500 Received: from mail-lf0-f52.google.com ([209.85.215.52]:35490 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703AbdAWLkZ (ORCPT ); Mon, 23 Jan 2017 06:40:25 -0500 Received: by mail-lf0-f52.google.com with SMTP id n124so91657643lfd.2 for ; Mon, 23 Jan 2017 03:40:24 -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=ZUhVdbxt9iGYzNY++GuZ3UC2UgCcJWMGrsUdrP3OJmE=; b=XioRPBL8ChkxdvXEp6t+TWuVg15nk8HpKMASLmQq0meEclZK62rJQtZoCjUanBy8bq Lyp6XADfKMVK6BfnnGJHFvTFkSx5kxJTqDK6wvD0bMav7wTczOiaPpPcAs8EcihEYzjX RegNP29gmVPNzEDDq288RqMbu/zDg/maoekf0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZUhVdbxt9iGYzNY++GuZ3UC2UgCcJWMGrsUdrP3OJmE=; b=OSUuuyro6J2cpzbc5DAgHslQIxhYFkGhJu3e8aIwkYIUa9PqUemi6+J9DQsi8qYAV6 12yMjsWZT6D3liDMUIuRr1bhL/TzIArG8AcM6TPs1C/B6sU/PPeAA6ocBE9T1PwwRnky Z5JqATPY7RTXiSoZ5m1folokAVBSoUD2t0M0cTkxOh8H3gw1o+RsGj94tJvLTwJl9ejH AOZg9nuxQerP/H7GR1lcAdsX64hITOZdELxdKJvGLvGmi7RCJHTQfuIAmjabqCCCItPY 3H1FxR6MNdsiTrxSlz0Rfiz1CYD37Dmz6ybgfutOMb+7oj5b7L+nyoHRVKo4RxL1bbKG 4Geg== X-Gm-Message-State: AIkVDXJIA/q72JhhUhcBpYNzOm4hHp4ta2Vft4k4pMUEw0fzZSUqRwGAZRutbtkbNIdfaABM X-Received: by 10.46.83.19 with SMTP id h19mr12179324ljb.72.1485171623704; Mon, 23 Jan 2017 03:40:23 -0800 (PST) Received: from localhost.localdomain (91-157-170-157.elisa-laajakaista.fi. [91.157.170.157]) by smtp.gmail.com with ESMTPSA id b145sm3417124lfg.46.2017.01.23.03.40.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Jan 2017 03:40:22 -0800 (PST) From: riku.voipio@linaro.org To: linux-kbuild@vger.kernel.org, mmarek@suse.cz Cc: debian-kernel@lists.debian.org, Andrew Donnellan , Riku Voipio Subject: [PATCH 2/3] builddeb: fix typo Date: Mon, 23 Jan 2017 13:40:10 +0200 Message-Id: <20170123114011.4189-3-riku.voipio@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170123114011.4189-1-riku.voipio@linaro.org> References: <20170123114011.4189-1-riku.voipio@linaro.org> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Andrew Donnellan Signed-off-by: Andrew Donnellan Signed-off-by: Riku Voipio --- scripts/package/builddeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 1a4c92d97e48..15e69e45cada 100755 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -69,7 +69,7 @@ set_debarch() { echo "" >&2 echo "** ** ** WARNING ** ** **" >&2 echo "" >&2 - echo "Your architecture doesn't have it's equivalent" >&2 + echo "Your architecture doesn't have its equivalent" >&2 echo "Debian userspace architecture defined!" >&2 echo "Falling back to using your current userspace instead!" >&2 echo "Please add support for $UTS_MACHINE to ${0} ..." >&2