From patchwork Sun Apr 3 18:48:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Engestrom X-Patchwork-Id: 8735471 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 29D889F3D1 for ; Mon, 4 Apr 2016 00:24:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ADB2B20204 for ; Mon, 4 Apr 2016 00:24:30 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id AC670201FA for ; Mon, 4 Apr 2016 00:24:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 83B968984C; Mon, 4 Apr 2016 00:23:55 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id E3B196E0B7 for ; Sun, 3 Apr 2016 18:48:35 +0000 (UTC) Received: by mail-lf0-f68.google.com with SMTP id f127so19675672lff.1 for ; Sun, 03 Apr 2016 11:48:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=YS0rTLLsbwhjGxLBZT2qyuGuiR1sH6zsxB/cZl3UgoQ=; b=FNuOyzC6he3FwewiL33rAOEDikHMaGzEcRw5KREflToUDeSf2lfjvtWUCU+e2uFZXC wsAcGGJEagPlBVCUCOuQj18K7neHlWF3gm9jPOAmHDndiphAle+cBYvgg5PtgH9+JLpb O0ySx4LSY6BMLNfl+8Pt3G/ig/P5sBm/Si+TM4uDGIUxK+27BrL6QvXcS3TDlSzo4gP+ 66vY4jlS7XIBnReKEGC0LO5BCv5h+ErD62HexP4FWHcTeVbxUF2pYLqy3t/vUPFYnJiP soTJbShhalBg9JbFvql+4MuL7xidn285RNnemqbj2/LVAVfER5JeqW7AoNOvHrlmRHzc zw1g== X-Gm-Message-State: AD7BkJKdEsrS5utsuXjo0EwnoDx52ONPUu6Vy/6ivOQz7bUXUXg4kamLhaDH164JpyRZSA== X-Received: by 10.194.121.99 with SMTP id lj3mr10978018wjb.55.1459709313630; Sun, 03 Apr 2016 11:48:33 -0700 (PDT) Received: from Eric-XPS.localdomain (0545748a.skybroadband.com. [5.69.116.138]) by smtp.gmail.com with ESMTPSA id i206sm9924882wmf.1.2016.04.03.11.48.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 Apr 2016 11:48:33 -0700 (PDT) From: Eric Engestrom To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 2/7] exynos: Fix spelling mistake Date: Sun, 3 Apr 2016 19:48:07 +0100 Message-Id: <1459709292-5153-2-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1459709292-5153-1-git-send-email-eric@engestrom.ch> References: <1459709292-5153-1-git-send-email-eric@engestrom.ch> X-Mailman-Approved-At: Mon, 04 Apr 2016 00:23:50 +0000 Cc: Eric Engestrom X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Eric Engestrom --- exynos/exynos_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exynos/exynos_drm.c b/exynos/exynos_drm.c index e689781..b961e52 100644 --- a/exynos/exynos_drm.c +++ b/exynos/exynos_drm.c @@ -347,7 +347,7 @@ exynos_prime_fd_to_handle(struct exynos_device *dev, int fd, uint32_t *handle) * * @dev: a exynos device object. * @connect: indicate whether connectoin or disconnection request. - * @ext: indicate whether edid data includes extentions data or not. + * @ext: indicate whether edid data includes extensions data or not. * @edid: a pointer to edid data from Wireless Display device. * * this interface is used to request Virtual Display driver connection or