From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2672CC77B7C for ; Fri, 18 Aug 2023 16:03:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378308AbjHRQC4 (ORCPT ); Fri, 18 Aug 2023 12:02:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378440AbjHRQCq (ORCPT ); Fri, 18 Aug 2023 12:02:46 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4A023AB4; Fri, 18 Aug 2023 09:02:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692374565; x=1723910565; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=d3sNXlisUI+ahHQYLiPJwyjims1pnsxpaM2iiY96q3g=; b=XHn7ur2gLQhpq0EiMvwyHOXLH2wJHifLqOPkgLumlP6vcq60KHESPF0F 37b6cdAhPtTmMOjFa3U5ZDqPJNySml2HS3Vr/0wRmnIcjyY9BBfieDvqm 8YZ2WWgNtjm3gGWos5cOil6q8MWz2KS2VhwV4JNi1vZivQF2CyiEK7Efs Svy1/pwHaDTGJKU6bK0yf9+OJK9THtMRKz+e7gDKY1wSxvO8pS0FCnCQL k4NYgE408ajckvJF+duf0cv9uxt5fkZ09Ps2FqvquYrIfuSfC9x9MAT8a g21bkUxz4dAoc0seFgiQ8LQrEFHKLTQupo1E+4ENVASLacFfXM+lBfkru w==; X-IronPort-AV: E=McAfee;i="6600,9927,10806"; a="363292362" X-IronPort-AV: E=Sophos;i="6.01,183,1684825200"; d="scan'208";a="363292362" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2023 09:01:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10806"; a="712053099" X-IronPort-AV: E=Sophos;i="6.01,183,1684825200"; d="scan'208";a="712053099" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP; 18 Aug 2023 09:01:50 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qX1v3-00Ezew-0K; Fri, 18 Aug 2023 19:01:49 +0300 Date: Fri, 18 Aug 2023 19:01:48 +0300 From: Andy Shevchenko To: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Arnd Bergmann Subject: Re: [PATCH v1 1/1] asm-generic: Fix spelling of architecture Message-ID: References: <20230724134301.13980-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230724134301.13980-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Mon, Jul 24, 2023 at 04:43:01PM +0300, Andy Shevchenko wrote: > Fix spelling of "architecture" in the Kbuild file. Any comments? -- With Best Regards, Andy Shevchenko