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 B272EC433EF for ; Sun, 8 May 2022 15:01:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234417AbiEHPFg (ORCPT ); Sun, 8 May 2022 11:05:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234065AbiEHPFd (ORCPT ); Sun, 8 May 2022 11:05:33 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59BA4DEB8; Sun, 8 May 2022 08:01:42 -0700 (PDT) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nniPg-0000sz-KB; Sun, 08 May 2022 17:01:36 +0200 From: Heiko Stuebner To: David Airlie , linux-arm-kernel@lists.infradead.org, Sandy Huang , Colin Ian King , linux-rockchip@lists.infradead.org, Daniel Vetter , dri-devel@lists.freedesktop.org Cc: Heiko Stuebner , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" Date: Sun, 8 May 2022 17:01:33 +0200 Message-Id: <165202207401.1750960.10709503575933689106.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220505111044.374174-1-colin.i.king@gmail.com> References: <20220505111044.374174-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 May 2022 12:10:44 +0100, Colin Ian King wrote: > There is a spelling mistake in a drm_err message. Fix it. Applied, thanks! [1/1] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" commit: f0eaf60c67738da8aae786bda74a2fffeca6d7cc Best regards, -- Heiko Stuebner 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 93E25C433F5 for ; Sun, 8 May 2022 15:01:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rUYqLf0u/5euwp56ztfKWJs8Unpgz9pFnxdQNf7TjcA=; b=SPxITD0jM3iP0c +I2YEPNDI0M5S3MSdiLzPZVLVZJ95hRzJPNcBSeU9h+bYm2gwJcYBIDNPEjBh87RZ5oNXuK7Ulp2e ik2wfNM8ZNiik8HJGQC7MidGKNDpd7LAy+trEWvPHFdLAKW4s6PrfVO8iT47l63REDRDOuV/PpFFC WlY/EJzWirDyya+QhyGsrmiEjMk5WHdR4TvsKUh46QJCFfwMMPLg+UfC12B2cDjaEJdEPkJMOwy23 HUDWW+d0m+uehtJ6jUcBB2LzsRQ6OMfV579v64Ti3Q2A3nCF+HA/NeS59pbpGutw7Ctbc+C6XuWYn iAWS9yHN/pch3EiyYEIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nniPt-00AQlH-PW; Sun, 08 May 2022 15:01:49 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nniPj-00AQho-25; Sun, 08 May 2022 15:01:40 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nniPg-0000sz-KB; Sun, 08 May 2022 17:01:36 +0200 From: Heiko Stuebner To: David Airlie , linux-arm-kernel@lists.infradead.org, Sandy Huang , Colin Ian King , linux-rockchip@lists.infradead.org, Daniel Vetter , dri-devel@lists.freedesktop.org Cc: Heiko Stuebner , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" Date: Sun, 8 May 2022 17:01:33 +0200 Message-Id: <165202207401.1750960.10709503575933689106.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220505111044.374174-1-colin.i.king@gmail.com> References: <20220505111044.374174-1-colin.i.king@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220508_080139_137020_C6BD5820 X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Thu, 5 May 2022 12:10:44 +0100, Colin Ian King wrote: > There is a spelling mistake in a drm_err message. Fix it. Applied, thanks! [1/1] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" commit: f0eaf60c67738da8aae786bda74a2fffeca6d7cc Best regards, -- Heiko Stuebner _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 27B43C433F5 for ; Sun, 8 May 2022 15:01:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8B3CC10E9EA; Sun, 8 May 2022 15:01:42 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id A10C710E9EA for ; Sun, 8 May 2022 15:01:41 +0000 (UTC) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nniPg-0000sz-KB; Sun, 08 May 2022 17:01:36 +0200 From: Heiko Stuebner To: David Airlie , linux-arm-kernel@lists.infradead.org, Sandy Huang , Colin Ian King , linux-rockchip@lists.infradead.org, Daniel Vetter , dri-devel@lists.freedesktop.org Subject: Re: [PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" Date: Sun, 8 May 2022 17:01:33 +0200 Message-Id: <165202207401.1750960.10709503575933689106.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220505111044.374174-1-colin.i.king@gmail.com> References: <20220505111044.374174-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 5 May 2022 12:10:44 +0100, Colin Ian King wrote: > There is a spelling mistake in a drm_err message. Fix it. Applied, thanks! [1/1] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" commit: f0eaf60c67738da8aae786bda74a2fffeca6d7cc Best regards, -- Heiko Stuebner 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 694B3C433FE for ; Sun, 8 May 2022 15:02:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tldnPk5+nCxkXcXEaOCvX4A/oaeU5nJ5go8MEX7pb1E=; b=GDzGsV37VECpeb 5TqxGMG2TaVn/+8+UajjfvOqPR/IpBY2zFOfgRqrksgW69rCf0V2ZuzhgfmCnZqjChK/RN8+a6hbd WkivIzAYhwBjtaFL14tBhGwMFoGrQSQ9Pqh34Fvug/7FhkqfRNgwjCrXRqh18UUVc4t6PuBP3cAQ1 mdvQVdYdkGe2Ooi9wfip1aPLE8C/pwRK+ZBcl4pQ6IIcuULLp37aHBw/Hb2IvvwAE5vImO74MoUFf Awj4bIQZYM27ELQCa33dieP8fnqkvZuxcePaVQ1epruNNX/eSiwEdnVkowOWcIaXoUbuRVtpd8RI3 Fe+4BYD1Y1cWagokEmvQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nniPm-00AQib-03; Sun, 08 May 2022 15:01:42 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nniPj-00AQho-25; Sun, 08 May 2022 15:01:40 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nniPg-0000sz-KB; Sun, 08 May 2022 17:01:36 +0200 From: Heiko Stuebner To: David Airlie , linux-arm-kernel@lists.infradead.org, Sandy Huang , Colin Ian King , linux-rockchip@lists.infradead.org, Daniel Vetter , dri-devel@lists.freedesktop.org Cc: Heiko Stuebner , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" Date: Sun, 8 May 2022 17:01:33 +0200 Message-Id: <165202207401.1750960.10709503575933689106.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220505111044.374174-1-colin.i.king@gmail.com> References: <20220505111044.374174-1-colin.i.king@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220508_080139_137020_C6BD5820 X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 5 May 2022 12:10:44 +0100, Colin Ian King wrote: > There is a spelling mistake in a drm_err message. Fix it. Applied, thanks! [1/1] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" commit: f0eaf60c67738da8aae786bda74a2fffeca6d7cc Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel