From patchwork Thu May 18 08:45:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Gaignard X-Patchwork-Id: 9732941 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5632C601BC for ; Thu, 18 May 2017 08:45:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4182A2861B for ; Thu, 18 May 2017 08:45:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 361062872E; Thu, 18 May 2017 08:45:37 +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=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D6A272861B for ; Thu, 18 May 2017 08:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754806AbdERIpe (ORCPT ); Thu, 18 May 2017 04:45:34 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:35034 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752916AbdERIpc (ORCPT ); Thu, 18 May 2017 04:45:32 -0400 Received: by mail-wm0-f44.google.com with SMTP id b84so193203449wmh.0 for ; Thu, 18 May 2017 01:45:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xH3TZWv8JnyZ5rzbaGB5HwDaGEVKH0AmBZN/jCYmWdM=; b=XULXCjgIihc9cSskakCZuXt6SYDt3+m3G88xDW6aPiVUrad8xcB1jxLDQwNPb30aqT AkpcDRiakIBVXI51kr6UPO25vKUUiMoBggQWLI0okZz4uEH5afUmiKrTGpK018T2bLev 1Mt52mxR1yLGJzo0qdCVGW9QjQRMyPSFDuzOI= 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:in-reply-to :references; bh=xH3TZWv8JnyZ5rzbaGB5HwDaGEVKH0AmBZN/jCYmWdM=; b=VHgR3kf6xK1dO7akbq3VUEVpvUO05gYX1JHtf1nTAE/E5wOKewMNiC7+Fj86YdHzeo RiMsVcNjgawRoeUPOVBPIeqilv9Bx/SdXVB0lTdAOkyQRtmxwUZ/UHlOOKDhluwkc+Q+ Ark+tG+P5iSbnBMRJufujWt4cy9wUg/dYOVyaMBNlcHcFtB248tbQPL8xmbfpfoiq0Fz Vy1u8M3N1P7D13VVR2ciKNX9P3F1VSfLUvt0lt5fjpooAY7LmUjSQBrG+0L0RYFYjSwH CEaGeMBRz0YazgyKAHDZGAhMaaFQXEXvGSFfX/84/AfRA6lSSGbvWbyE4cjL/6BgA97O k5zg== X-Gm-Message-State: AODbwcA/z+WuofFOaUuJMNVJa0px86NtEYESiJpDBb7vPGe0aAHWHMme lKukQ/yvBQMh0HXy X-Received: by 10.28.103.214 with SMTP id b205mr12714402wmc.124.1495097130808; Thu, 18 May 2017 01:45:30 -0700 (PDT) Received: from lmenx321.st.com. ([80.214.31.122]) by smtp.gmail.com with ESMTPSA id n184sm15187074wmd.32.2017.05.18.01.45.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 May 2017 01:45:30 -0700 (PDT) From: Benjamin Gaignard To: hverkuil@xs4all.nl, linux-media@vger.kernel.org, hans.verkuil@cisco.com Cc: Benjamin Gaignard Subject: [PATCH] cec: stih: fix typos in comments Date: Thu, 18 May 2017 10:45:10 +0200 Message-Id: <1495097110-20216-2-git-send-email-benjamin.gaignard@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1495097110-20216-1-git-send-email-benjamin.gaignard@linaro.org> References: <1495097110-20216-1-git-send-email-benjamin.gaignard@linaro.org> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Minor fixes in comments Signed-off-by: Benjamin Gaignard --- drivers/media/platform/sti/cec/stih-cec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/sti/cec/stih-cec.c b/drivers/media/platform/sti/cec/stih-cec.c index 39ff551..65ee143 100644 --- a/drivers/media/platform/sti/cec/stih-cec.c +++ b/drivers/media/platform/sti/cec/stih-cec.c @@ -1,6 +1,6 @@ /* * STIH4xx CEC driver - * Copyright (C) STMicroelectronic SA 2016 + * Copyright (C) STMicroelectronics SA 2016 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -213,7 +213,8 @@ static int stih_cec_adap_transmit(struct cec_adapter *adap, u8 attempts, for (i = 0; i < msg->len; i++) writeb(msg->msg[i], cec->regs + CEC_TX_DATA_BASE + i); - /* Start transmission, configure hardware to add start and stop bits + /* + * Start transmission, configure hardware to add start and stop bits * Signal free time is handled by the hardware */ writel(CEC_TX_AUTO_SOM_EN | CEC_TX_AUTO_EOM_EN | CEC_TX_START |