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 9D1FAC6FA90 for ; Wed, 28 Sep 2022 21:54:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232120AbiI1VyP (ORCPT ); Wed, 28 Sep 2022 17:54:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234367AbiI1Vxu (ORCPT ); Wed, 28 Sep 2022 17:53:50 -0400 Received: from mail-pg1-x52c.google.com (mail-pg1-x52c.google.com [IPv6:2607:f8b0:4864:20::52c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3A09B600A; Wed, 28 Sep 2022 14:53:48 -0700 (PDT) Received: by mail-pg1-x52c.google.com with SMTP id f193so13445390pgc.0; Wed, 28 Sep 2022 14:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=rwxTbqg7Xc3irSvqNgtb9zG62AE7Qip58l/cJQg1XlI=; b=Xt698KYjpjJ84vIuRanpK/wLtkDt7DY3z7LwWCRDcyLW1odzM0rEZobjATnUl+ZIvp pH9Bq5y/PGOaysVA91ZzYOC5D2qMsKSWCSceSaB42SZ6gD24F++VhKOmSSmIUpu8CBys ZSRbH0gm/QCGwybjgwl6BGdCXbWrx5mIxh0ArN7HDXDdUR5/Wp8mhekydGso4ADjfzah wOaJpvje/jLQhXwfhv0llWrPb25kgfkDKKby5eBBqgUYSOg2rl9qrUoxXCF8m0c3My1X 8mMpLfRe9dos3PNWwG34AyAinKHwvZpLF1rdQAQWMah0BVwqrq80yZQhsl4UgkZdK/fd 4hRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=rwxTbqg7Xc3irSvqNgtb9zG62AE7Qip58l/cJQg1XlI=; b=DsLAcLbcMZ4vd+cVlLWgsJ9vU1lpLGI/cMSsEa0SXntGYpAdUPvtVcwZBQ4dbrn3eW EG79nNApmbfKCW+33fjqi7XQsK9Ao6Ff9+mC1txmGHtt1AG8wcLnvBnlUkpZPn/MIo13 XHfxD9KGF0NqC4PLl2n6HUt0nVQ4NAjDYJ1NDoMp1LkEsXfZvoctK5EVEz/cUukC4aIS 5u94PXgA24MH2BDeGQwrq1GLJqrtVhfrTyboChpgocDJNEz8HfX7607I78eTEXmKFWr3 jZZ/ZAFjoe39b1UTiHEwKGzal3ksCXnU80mNzDBOCLpVS75t7ojrhiszp2AI9S+Xpxd9 ch1A== X-Gm-Message-State: ACrzQf2RokPbVguF/HkS6LRNHpsEIUi0n1JW4GQHs+y90GawYtAKN2n0 UqzMPqdrgB+sD4UmTZ8fDh7XeYcjZm8= X-Google-Smtp-Source: AMsMyM62WoDTbaELfdTYT6DlHU48/X79U3e3xQ+Ym4ogNXlrzZzDA8STmg9JIV8islx0iP+cGEBcwA== X-Received: by 2002:a05:6a00:1911:b0:554:9a8d:bb41 with SMTP id y17-20020a056a00191100b005549a8dbb41mr36426424pfi.47.1664402027447; Wed, 28 Sep 2022 14:53:47 -0700 (PDT) Received: from google.com ([2620:15c:9d:2:1a91:59b8:faf:7b4f]) by smtp.gmail.com with ESMTPSA id f145-20020a623897000000b005366696b735sm4505950pfa.77.2022.09.28.14.53.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 14:53:47 -0700 (PDT) Date: Wed, 28 Sep 2022 14:53:44 -0700 From: Dmitry Torokhov To: Colin Ian King Cc: linux-input@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Input: ims-pcu: Fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER" Message-ID: References: <20220928211003.61872-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220928211003.61872-1-colin.i.king@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Wed, Sep 28, 2022 at 10:10:03PM +0100, Colin Ian King wrote: > There is a spelling mistake in a dev_err message. Fix it. > > Signed-off-by: Colin Ian King Applied, thank you. -- Dmitry