From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-4.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id CD2357DE78 for ; Fri, 6 Apr 2018 14:09:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756321AbeDFOJb (ORCPT ); Fri, 6 Apr 2018 10:09:31 -0400 Received: from mga03.intel.com ([134.134.136.65]:63037 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754933AbeDFOJa (ORCPT ); Fri, 6 Apr 2018 10:09:30 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2018 07:09:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,415,1517904000"; d="scan'208";a="44651620" Received: from jnikula-mobl2.fi.intel.com (HELO localhost) ([10.237.72.62]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2018 07:09:27 -0700 From: Jani Nikula To: Heikki Krogerus , Greg KH , Jonathan Corbet Cc: Masanari Iida , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Markus Heiser , linux-usb@vger.kernel.org Subject: Re: [PATCH v2] Documentation: typec.rst: Use literal-block element with ascii art In-Reply-To: <20180406124122.70676-1-heikki.krogerus@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20180406124122.70676-1-heikki.krogerus@linux.intel.com> Date: Fri, 06 Apr 2018 17:10:16 +0300 Message-ID: <876054l92v.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, 06 Apr 2018, Heikki Krogerus wrote: > Using reStructuredText literal-block element with ascii-art. > That prevents the ascii art from being processed as > reStructuredText. > > Reported-by: Masanari Iida > Fixes: bdecb33af34f ("usb: typec: API for controlling USB Type-C Multiplexers") > Signed-off-by: Heikki Krogerus Reviewed-and-tested-by: Jani Nikula > --- > Changed since v1: > - Using literal-block element instead of comment > - Subject in v1 was "Documentation: typec.rst: Mark ascii art as a comment" > --- > Documentation/driver-api/usb/typec.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/usb/typec.rst b/Documentation/driver-api/usb/typec.rst > index feb31946490b..48ff58095f11 100644 > --- a/Documentation/driver-api/usb/typec.rst > +++ b/Documentation/driver-api/usb/typec.rst > @@ -210,7 +210,7 @@ If the connector is dual-role capable, there may also be a switch for the data > role. USB Type-C Connector Class does not supply separate API for them. The > port drivers can use USB Role Class API with those. > > -Illustration of the muxes behind a connector that supports an alternate mode: > +Illustration of the muxes behind a connector that supports an alternate mode:: > > ------------------------ > | Connector | -- Jani Nikula, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html