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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 599FFC3DA6F for ; Fri, 25 Aug 2023 09:25:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233258AbjHYJYn (ORCPT ); Fri, 25 Aug 2023 05:24:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229876AbjHYJYT (ORCPT ); Fri, 25 Aug 2023 05:24:19 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 692F81FC3; Fri, 25 Aug 2023 02:24:17 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 0C6DA2072B; Fri, 25 Aug 2023 09:24:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1692955456; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mGWAC1bNmOXUIJosKCydOm+x8BWKNyktc8iF7csfrzY=; b=FXt99bXTTjlmif44OZTISHjgBvjZVlDmMyYRoSV9on3YnIqFaYmjz0eFeednhtee3nbwgh eKz431pFtRuZH/tMFFEj/PZ1RvxWMwrRWpI8/d+RflhHirx6RhD+ET78E4voaNPTIxGTcG yvS9IRcTNZ7JzO0AnNQFQt5SyvIA6H4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1692955456; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mGWAC1bNmOXUIJosKCydOm+x8BWKNyktc8iF7csfrzY=; b=Iab3z9T4CHzT+48Rw4EWT5gD8/BkSrSOURfZ3DvkM6+rvc/nyJebyz2ic+Q8ruk8BtuUnb NZkAlQmRXka6SNDw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id CE871138F9; Fri, 25 Aug 2023 09:24:15 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 9s1uMD9z6GS8AgAAMHmgww (envelope-from ); Fri, 25 Aug 2023 09:24:15 +0000 Date: Fri, 25 Aug 2023 11:24:15 +0200 Message-ID: <87wmxj79vk.wl-tiwai@suse.de> From: Takashi Iwai To: Stephen Rothwell Cc: Takashi Iwai , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the sound tree In-Reply-To: <20230825152957.18c54ae2@canb.auug.org.au> References: <20230825152957.18c54ae2@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, 25 Aug 2023 07:29:57 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/sound/designs/midi-2.0.rst:517: WARNING: Inline interpreted text or phrase reference start-string without end-string. > > Introduced by commit > > e240cff9e6e9 ("ALSA: documentation: Add description for USB MIDI 2.0 gadget driver") It was a missing backquote. Now fixed. Thanks! Takashi