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 X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 180D3C4320A for ; Wed, 28 Jul 2021 12:19:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ECA4F600CD for ; Wed, 28 Jul 2021 12:19:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236246AbhG1MTX (ORCPT ); Wed, 28 Jul 2021 08:19:23 -0400 Received: from mga17.intel.com ([192.55.52.151]:6135 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234880AbhG1MTM (ORCPT ); Wed, 28 Jul 2021 08:19:12 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10058"; a="192930922" X-IronPort-AV: E=Sophos;i="5.84,276,1620716400"; d="scan'208";a="192930922" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2021 05:18:57 -0700 X-IronPort-AV: E=Sophos;i="5.84,276,1620716400"; d="scan'208";a="506438470" Received: from crojewsk-mobl1.ger.corp.intel.com (HELO [10.213.23.4]) ([10.213.23.4]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2021 05:18:54 -0700 Subject: Re: [PATCH] ASoC: Intel: Fix spelling contraction "cant" -> "can't" To: Colin King , Pierre-Louis Bossart , Liam Girdwood , Jie Yang , Mark Brown , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210728103602.171817-1-colin.king@canonical.com> From: Cezary Rojewski Message-ID: Date: Wed, 28 Jul 2021 14:18:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210728103602.171817-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org On 2021-07-28 12:36 PM, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in a dev_err message. Fix it. > Thank you for the fix. Reviewed-by: Cezary Rojewski