From patchwork Sat Jun 27 15:08:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lespiau, Damien" X-Patchwork-Id: 6685091 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E374EC05AC for ; Sat, 27 Jun 2015 15:08:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BD5742076E for ; Sat, 27 Jun 2015 15:08:45 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id AEBE120761 for ; Sat, 27 Jun 2015 15:08:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 342CE6E2C6; Sat, 27 Jun 2015 08:08:44 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id E73C86E2C6 for ; Sat, 27 Jun 2015 08:08:40 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 27 Jun 2015 08:08:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,689,1427785200"; d="scan'208";a="515137044" Received: from kczmudzi-mobl4.amr.corp.intel.com (HELO strange.ger.corp.intel.com) ([10.252.53.243]) by FMSMGA003.fm.intel.com with ESMTP; 27 Jun 2015 08:08:39 -0700 From: Damien Lespiau To: intel-gfx@lists.freedesktop.org Date: Sat, 27 Jun 2015 16:08:00 +0100 Message-Id: <1435417696-28115-3-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1435417696-28115-1-git-send-email-damien.lespiau@intel.com> References: <1435417696-28115-1-git-send-email-damien.lespiau@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 02/18] doc: Remove i-g-t/intel prefixes and capitalize section titles X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-5.6 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 Looks better! Signed-off-by: Damien Lespiau --- lib/igt_aux.c | 2 +- lib/igt_core.c | 2 +- lib/igt_debugfs.c | 2 +- lib/igt_draw.c | 2 +- lib/igt_fb.c | 2 +- lib/igt_gt.c | 2 +- lib/igt_kms.c | 2 +- lib/intel_batchbuffer.c | 2 +- lib/intel_chipset.c | 2 +- lib/intel_mmio.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/igt_aux.c b/lib/igt_aux.c index 5392e1a..cf13322 100644 --- a/lib/igt_aux.c +++ b/lib/igt_aux.c @@ -62,7 +62,7 @@ /** * SECTION:igt_aux * @short_description: Auxiliary libraries and support functions - * @title: i-g-t aux + * @title: aux * @include: igt_aux.h * * This library provides various auxiliary helper functions that don't really diff --git a/lib/igt_core.c b/lib/igt_core.c index 735b56d..fb6246c 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -74,7 +74,7 @@ /** * SECTION:igt_core * @short_description: Core i-g-t testing support - * @title: i-g-t core + * @title: Core * @include: igt_core.h * * This library implements the core of the i-g-t test support infrastructure. diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c index 7319f2b..d4a48c5 100644 --- a/lib/igt_debugfs.c +++ b/lib/igt_debugfs.c @@ -42,7 +42,7 @@ /** * SECTION:igt_debugfs * @short_description: Support code for debugfs features - * @title: i-g-t debugfs + * @title: debugfs * @include: igt_debugfs.h * * This library provides helpers to access debugfs features. On top of some diff --git a/lib/igt_draw.c b/lib/igt_draw.c index fb9294d..2210f77 100644 --- a/lib/igt_draw.c +++ b/lib/igt_draw.c @@ -35,7 +35,7 @@ /** * SECTION:igt_draw * @short_description: drawing helpers for tests - * @title: i-g-t draw + * @title: Draw * @include: igt_draw.h * * This library contains some functions for drawing rectangles on buffers using diff --git a/lib/igt_fb.c b/lib/igt_fb.c index cc4b8ee..076f416 100644 --- a/lib/igt_fb.c +++ b/lib/igt_fb.c @@ -36,7 +36,7 @@ /** * SECTION:igt_fb * @short_description: Framebuffer handling and drawing library - * @title: i-g-t framebuffer + * @title: Framebuffer * @include: igt_fb.h * * This library contains helper functions for handling kms framebuffer objects diff --git a/lib/igt_gt.c b/lib/igt_gt.c index 1dcc3c3..8e5e076 100644 --- a/lib/igt_gt.c +++ b/lib/igt_gt.c @@ -40,7 +40,7 @@ /** * SECTION:igt_gt * @short_description: GT support library - * @title: i-g-t gt + * @title: GT * @include: igt_gt.h * * This library provides various auxiliary helper functions to handle general diff --git a/lib/igt_kms.c b/lib/igt_kms.c index f5670e0..ffacef1 100644 --- a/lib/igt_kms.c +++ b/lib/igt_kms.c @@ -177,7 +177,7 @@ const unsigned char* igt_kms_get_base_edid(void) /** * SECTION:igt_kms * @short_description: Kernel modesetting support library - * @title: i-g-t kms + * @title: KMS * @include: igt_kms.h * * This library provides support to enumerate and set modeset configurations. diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c index 8b68e52..a2e502f 100644 --- a/lib/intel_batchbuffer.c +++ b/lib/intel_batchbuffer.c @@ -47,7 +47,7 @@ /** * SECTION:intel_batchbuffer * @short_description: Batchbuffer and blitter support - * @title: intel batchbuffer + * @title: Batch Buffer * @include: intel_batchbuffer.h * * This library provides some basic support for batchbuffers and using the diff --git a/lib/intel_chipset.c b/lib/intel_chipset.c index 3b3e03b..c092628 100644 --- a/lib/intel_chipset.c +++ b/lib/intel_chipset.c @@ -44,7 +44,7 @@ /** * SECTION:intel_chipset * @short_description: Feature macros and chipset helpers - * @title: intel chipset + * @title: Chipset * @include: intel_chipset.h * * This library mostly provides feature macros which use raw pci device ids. It diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c index b16a35d..45e9171 100644 --- a/lib/intel_mmio.c +++ b/lib/intel_mmio.c @@ -49,7 +49,7 @@ /** * SECTION:intel_io * @short_description: Register access and sideband I/O libraray - * @title: intel io + * @title: I/O * @include: intel_io.h * * This library provides register I/O helpers in both a basic version and a more