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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 9F2CFC433ED for ; Sun, 16 May 2021 18:33:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A01B61151 for ; Sun, 16 May 2021 18:33:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230339AbhEPSeR (ORCPT ); Sun, 16 May 2021 14:34:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbhEPSeQ (ORCPT ); Sun, 16 May 2021 14:34:16 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74B1EC061573 for ; Sun, 16 May 2021 11:33:01 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id h4so4119566wrt.12 for ; Sun, 16 May 2021 11:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=mp4ngGM9ljz5IG8vSBHzArz2DW08hhGqygQQhBNze2E=; b=CUyD2Le0WX6DqokVANZboqbAZaK9Z/TKh23Tw8wOSQMRwnJT+q3Xzdsc4sq8H/Ldwh fiFZNbNAN8UMLymdzeX9F3pmlgK7RBvDQsdiNFtwQZevCB+dvY9tMF8Qz0DKRB3eFKzX v4LpJAzwC2x2mCqchiQY1dReePQLeHj8wZogWFhXX/Cj1+WuCOQLDSw2gpz+9sKY2ZUc joA1fIWrcBBsHhNAvS+JtZR1j2LQMKbzvhxgrOVpU3YCwG/3zldtuuA6LP5uXjqCVhoc IRMHc2xebwXD3922gKczIJV+GjGPuL07HH/hOmqewxh+Lg8JJZqZAMvoNFTbqWaw4uzQ DBUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=mp4ngGM9ljz5IG8vSBHzArz2DW08hhGqygQQhBNze2E=; b=BV5+5fg1rerCiTVnugsx/D80jxSG68OucWO4V/i9pBl4n/e9mKchpXAy9SY2XY3OBT mgbqHomEtu/hIb84MUqTJEqoTHyHABEiA4zoBrdqKYT8i1V1QCqOETQIZH14gWQL+MVj Kq4fJdm9UlS3TgT969R0ceFIjq3v3nl2QitQ8o2c1S9+XsNmL80j5wsmm5XzCyimK0T3 LYHULpQKdnbhbkmR7RfOSs87rMTfdFbEFd+6PpGY5ChBpehbu0ayjZnuHKI2PUm7Uq5+ 4tjtF38VTboYg0r/lMpUnIZOBozFY0lj9aYXQFy8mfiHGdzbQfQJo5z3NjUUe0tpvfX3 ZchA== X-Gm-Message-State: AOAM530s+i+Ab1ER0yutq9SwmiJUq1X+kmJJtSjcNTifXjByJUt5KoGI U2otfS+qyL3XtEFA+kmRaNr8/w== X-Google-Smtp-Source: ABdhPJzTEREHMSHj7WA7plAa8A8Nlx5M1YVfjI7BaPfwY2dDCZy9u1+NEmfQNKw1fgjC1dad9KDGlw== X-Received: by 2002:adf:d231:: with SMTP id k17mr16061085wrh.78.1621189980193; Sun, 16 May 2021 11:33:00 -0700 (PDT) Received: from Red ([2a01:cb1d:3d5:a100:264b:feff:fe03:2806]) by smtp.googlemail.com with ESMTPSA id 61sm15256051wrm.52.2021.05.16.11.32.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 May 2021 11:32:59 -0700 (PDT) Date: Sun, 16 May 2021 20:32:56 +0200 From: LABBE Corentin To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, mjpeg-users@lists.sourceforge.net Subject: Re: [PATCH v3 05/16] docs: driver-api: media: drivers: zoran.rst: replace some characters Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Le Sun, May 16, 2021 at 12:18:22PM +0200, Mauro Carvalho Chehab a écrit : > The conversion tools used during DocBook/LaTeX/html/Markdown->ReST > conversion and some cut-and-pasted text contain some characters that > aren't easily reachable on standard keyboards and/or could cause > troubles when parsed by the documentation build system. > > Replace the occurences of the following characters: > > - U+00ad ('­'): SOFT HYPHEN > as ASCII HYPHEN is preferred over SOFT HYPHEN > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/driver-api/media/drivers/zoran.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/media/drivers/zoran.rst b/Documentation/driver-api/media/drivers/zoran.rst > index 83cbae9cedef..b205e10c3154 100644 > --- a/Documentation/driver-api/media/drivers/zoran.rst > +++ b/Documentation/driver-api/media/drivers/zoran.rst > @@ -319,7 +319,7 @@ Conexant bt866 TV encoder > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > - is used in AVS6EYES, and > -- can generate: NTSC/PAL, PAL­M, PAL­N > +- can generate: NTSC/PAL, PAL-M, PAL-N > > The adv717x, should be able to produce PAL N. But you find nothing PAL N > specific in the registers. Seem that you have to reuse a other standard Acked-by: Corentin Labbe Thanks