From patchwork Fri Jan 4 21:43:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matteo Croce X-Patchwork-Id: 10748861 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5133E6C2 for ; Fri, 4 Jan 2019 21:43:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 43DF8285C7 for ; Fri, 4 Jan 2019 21:43:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 382382864B; Fri, 4 Jan 2019 21:43:55 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id F2F5B285C7 for ; Fri, 4 Jan 2019 21:43:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6511089798; Fri, 4 Jan 2019 21:43:51 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 921DD89798 for ; Fri, 4 Jan 2019 21:43:48 +0000 (UTC) Received: by mail-wm1-f67.google.com with SMTP id m1so2311577wml.2 for ; Fri, 04 Jan 2019 13:43:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=W5RffTTvVEUjnBReGonLnNZ6qm8yMJF1BUJDt6RIzfc=; b=V0oTdcF0H4UQQzgxEXWBFBWENbtVAdo38DI6/WfumpJjpLpWZQTejjoVGUp8wErD6S 6+BS0T9KVfai12SpMr3poRyxTcra8Vc01r33bCjAu0IzpHZSBZCqQYAKZZuDQGFX9bGP dyKG87SO7pNYOBX/Aev0arnbdWTTWYT6Bn315hlwhdSvmrD2OCzCl3lgxNPqDeMHRaFH X9dm4jJTK7DQv6YDda9eAwd+VrdUG0D4HHHeiPDC9gq4wZg4nn5tPR+7g9dzW8LM8io9 Jebdkx1qW9VbrzgrUxVCvB7h7L4ew0XbCH2TWM4rDB4l9Wvv16GlG+nTy0vYcejNUkGf c6yA== X-Gm-Message-State: AJcUukfotOwUqkLbW9r32uo7S9D2UYON7DI7UguSrSG+6AKcYk4VQZu2 VFxkUBfHSeoxMaMkmwoZtRzzVQ== X-Google-Smtp-Source: ALg8bN4KP/hJaJqj1TWgNU69HvGiwkxO9iP5auwMaVYAsazd0WRo+w3OWCO31bj6e9u+CFREex8Oww== X-Received: by 2002:a1c:cc19:: with SMTP id h25mr2480851wmb.80.1546638227219; Fri, 04 Jan 2019 13:43:47 -0800 (PST) Received: from mcroce-redhat.redhat.com (host177-2-dynamic.16-87-r.retail.telecomitalia.it. [87.16.2.177]) by smtp.gmail.com with ESMTPSA id 14sm3468169wmv.36.2019.01.04.13.43.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 04 Jan 2019 13:43:46 -0800 (PST) From: Matteo Croce To: Bartlomiej Zolnierkiewicz Subject: [PATCH] omapfb: fix typo Date: Fri, 4 Jan 2019 22:43:45 +0100 Message-Id: <20190104214345.29158-1-mcroce@redhat.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Fix spelling mistake: "lenght" -> "length" Signed-off-by: Matteo Croce --- drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c b/drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c index fa72e735dad2..d146793dd044 100644 --- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c +++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c @@ -712,7 +712,7 @@ int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, else acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT; /* - * The I2S input word length is twice the lenght given in the IEC-60958 + * The I2S input word length is twice the length given in the IEC-60958 * status word. If the word size is greater than * 20 bits, increment by one. */