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=-5.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=unavailable 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 BAC6FC43381 for ; Fri, 15 Mar 2019 11:52:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 83D0B2077B for ; Fri, 15 Mar 2019 11:52:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=verge.net.au header.i=@verge.net.au header.b="IVuXnmge" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728950AbfCOLwa (ORCPT ); Fri, 15 Mar 2019 07:52:30 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:35666 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727550AbfCOLw3 (ORCPT ); Fri, 15 Mar 2019 07:52:29 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 138F225BE91; Fri, 15 Mar 2019 22:52:27 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1552650747; bh=dPie9bJ0pykYIksOy7zxJa4MyVmdBomQRABIFiLJ2cg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IVuXnmgeB8WLo4BnSQ1Fte1pDJr0bBZXJp8Naittjmz9nsqcWCTfr/Z/+59oy9MFo RO+gGHRHTvJtkaK6m7eLsFqvDMk3wdY0eu2JcZ2iM4ZKbltVVCpPtrt6HiibF1TStN ItKdAjmfKO9Ge4Lu0YeNt0Kcih1cuVnGXq0zRYjA= Received: by reginn.horms.nl (Postfix, from userid 7100) id 813DA9403F2; Fri, 15 Mar 2019 12:52:25 +0100 (CET) Date: Fri, 15 Mar 2019 12:52:25 +0100 From: Simon Horman To: Kieran Bingham Cc: linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, Laurent Pinchart , David Airlie , linux-kernel@vger.kernel.org, Maarten Lankhorst , Maxime Ripard , Sean Paul , Daniel Vetter Subject: Re: [PATCH 1/3] drm: fix subtle spelling error in drm_crtc_state Message-ID: <20190315115225.3wncppwao3yugu2x@verge.net.au> References: <20190314220420.32487-1-kieran.bingham+renesas@ideasonboard.com> <20190314220420.32487-2-kieran.bingham+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190314220420.32487-2-kieran.bingham+renesas@ideasonboard.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 14, 2019 at 10:04:18PM +0000, Kieran Bingham wrote: > The drm_crtc_state documentation contains a subtle misspelling of the > word subtle. Correct it. > > Signed-off-by: Kieran Bingham Reviewed-by: Simon Horman