From patchwork Mon Jun 29 12:51:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 6688741 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 7DAC7C05AC for ; Mon, 29 Jun 2015 12:51:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B65C5204FB for ; Mon, 29 Jun 2015 12:51:27 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id D4D0B20501 for ; Mon, 29 Jun 2015 12:51:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DF7CA6E66F; Mon, 29 Jun 2015 05:51:25 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id B3CEB6E66F for ; Mon, 29 Jun 2015 05:51:24 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 29 Jun 2015 05:51:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,698,1427785200"; d="scan'208";a="752462762" Received: from unknown (HELO pistachio.ger.corp.intel.com) ([10.252.8.182]) by fmsmga002.fm.intel.com with ESMTP; 29 Jun 2015 05:51:23 -0700 From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Mon, 29 Jun 2015 13:51:22 +0100 Message-Id: <1435582282-642-1-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.4.2 Organization: Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3 1RJ Subject: [Intel-gfx] [PATCH i-g-t] docs: override section id to avoid '/' in filenames 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=-4.8 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 The section id is generated from the section title and is used to create the html output filename, which therefore causes problems if it includes a '/' character. Cc: Damien Lespiau Signed-off-by: Thomas Wood --- lib/intel_mmio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c index 76b5e70..e6dd493 100644 --- a/lib/intel_mmio.c +++ b/lib/intel_mmio.c @@ -51,6 +51,7 @@ * @short_description: Register access and sideband I/O library * @title: I/O * @include: intel_io.h + * @section_id: intel-gpu-tools-IO * * This library provides register I/O helpers in both a basic version and a more * fancy version which also handles forcewake and can optionally check registers