Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp1361395ybe; Fri, 13 Sep 2019 15:30:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqxWZhHBMPs8Kf7s6THGl7qUP4IBFzW2rDmz2185ukqS08LTE/vxTXeqxK76A5osaVNtijwa X-Received: by 2002:a50:ee92:: with SMTP id f18mr28432808edr.253.1568413828404; Fri, 13 Sep 2019 15:30:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568413828; cv=none; d=google.com; s=arc-20160816; b=dVJ3K1C7mZmLpQM3aOcY4+cHBzwGR4qi4rbOm6Ejrf0PvjMRqK1sO3VWmV8BDuCekB AHxKC6f8qWQOI1cZhl3qW5RcuvMd9BoXuKOY+HWogml40Q/1ElCEC3lZ+S9LYtHvakq7 4Y0B3axqW3ozZ3ioCyD2Xci8BTDoiDdsdzn6VNflx7u56+pzvOdpF5pKmEDgp+s/bLLd Q8hc2ZjKG+gUmiwEtMiIBME7Wc8ky9Hf80VEt6sprgrk7CsyZ6hogGoKaYWRkfg3Caep Y63OiuJHP3Pi3l3Tqq6v90Asq673xx3ogBH5jW9eeGjrx389G4PkXwtseLoSe7h9zgqI ySYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=5MKp3rBtnBhw403JACdfVfMqniDeIuhuNB+IvKfmcPQ=; b=JXS7+klXjfwQH62bosG2eWhCJwS8hKVnURFt32MP17LoV7Rer5nrzk7joIMSakEzP/ ByCoUnP8rjBnI842IkSp4KwUuxw8a6wm/2kgaxJLkPBnIx0JOxmIUWMq8LZX3FYe3mna +QuF/8q6B83DiSobZ37P25QU6xbDiIX98n29CRKPt/Kkd6KwxEneazJEds/BjSuZT8kT P0iL/PYtyAwn+jK+DgFndcplcX7J+LT0rMKrW0NhslEHgYaf0elTPF+EYZVpIN9j+/R5 b3x4UGtP9ipQTI2uP8R0e5YJ2L0sen4ZR+vE1qgW/h9KfLmye81/LvBnbS9Q9L1AyqIV wrbA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id re7si15484359ejb.349.2019.09.13.15.30.04; Fri, 13 Sep 2019 15:30:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404049AbfIMW1M (ORCPT + 99 others); Fri, 13 Sep 2019 18:27:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39144 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404021AbfIMW1M (ORCPT ); Fri, 13 Sep 2019 18:27:12 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D2B3F30821C1; Fri, 13 Sep 2019 22:27:11 +0000 (UTC) Received: from malachite.bss.redhat.com (dhcp-10-20-1-34.bss.redhat.com [10.20.1.34]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE57D60C57; Fri, 13 Sep 2019 22:27:08 +0000 (UTC) From: Lyude Paul To: dri-devel@lists.freedesktop.org Cc: "Daniel Vetter" , "David Airlie" , "Maarten Lankhorst" , linux-kernel@vger.kernel.org, "Sean Paul" , "Maxime Ripard" Subject: [PATCH 0/3] drm/encoder: Various doc fixes Date: Fri, 13 Sep 2019 18:27:00 -0400 Message-Id: <20190913222704.8241-1-lyude@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Fri, 13 Sep 2019 22:27:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some random issues with documentation that I noticed while working on nouveau the other day. There are no functional changes in this series. Lyude Paul (3): drm/encoder: Fix possible_clones documentation drm/encoder: Fix possible_crtcs documentation drm/encoder: Don't raise voice in drm_encoder_mask() documentation include/drm/drm_encoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.21.0