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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B86CC433E1 for ; Mon, 24 Aug 2020 06:40:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A0AE23131 for ; Mon, 24 Aug 2020 06:30:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726119AbgHXGa5 (ORCPT ); Mon, 24 Aug 2020 02:30:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:36516 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbgHXGa5 (ORCPT ); Mon, 24 Aug 2020 02:30:57 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 655DCAE56; Mon, 24 Aug 2020 06:31:25 +0000 (UTC) Date: Mon, 24 Aug 2020 08:30:55 +0200 Message-ID: From: Takashi Iwai To: Randy Dunlap Cc: LKML , "linux-doc@vger.kernel.org" , moderated for non-subscribers , "Alexander A. Klimov" , Jonathan Corbet Subject: Re: [PATCH] Documentation: sound/cards: fix heading underline lengths for https: changes In-Reply-To: <357ee576-32a2-6e2b-1db6-78be39253846@infradead.org> References: <357ee576-32a2-6e2b-1db6-78be39253846@infradead.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 24 Aug 2020 02:02:23 +0200, Randy Dunlap wrote: > > From: Randy Dunlap > > Fix documentation build warnings for underline length too short, > caused by s/http/https/ and not changing the accompanying underlines. > > Documentation/sound/cards/audigy-mixer.rst:335: WARNING: Title underline too short. > US Patents (https://www.uspto.gov/) > ---------------------------------- > > Documentation/sound/cards/sb-live-mixer.rst:340: WARNING: Title underline too short. > US Patents (https://www.uspto.gov/) > ---------------------------------- > > Fixes: 7ed33ea6b4fa ("ALSA: Replace HTTP links with HTTPS ones") > Signed-off-by: Randy Dunlap > Cc: Alexander A. Klimov > Cc: Takashi Iwai Thanks, applied. Takashi