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 E7E5AC433EF for ; Mon, 9 May 2022 22:20:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231288AbiEIWYu (ORCPT ); Mon, 9 May 2022 18:24:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230525AbiEIWYt (ORCPT ); Mon, 9 May 2022 18:24:49 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15E8E25C68; Mon, 9 May 2022 15:20:54 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:3d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id A73CD732; Mon, 9 May 2022 22:20:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net A73CD732 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1652134853; bh=8mExUUzkzmAyXrY8dedy/L10D7FiCxQzXMq6gVmHu/I=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=AAXoH52bpvl3xSV+0nGmwQVi/FBzyIJ1RoPHEGv26NIz6VXXdypqLQYNZsE5NDFL7 fqKHMxBnaS0s0lXA+LFM3bMzFrpOj9uIJTOVDf4dX/IA+IBFzTJuTtS408SEOtf/Y6 kKjHA0p2Z7dcDiYvpvIfpCy3XWlJ1vTTO5mj3gEOjqXhNb3lRKFCXOgm5eyJTbuT2p AgLvBu1sAWZNmNHEQIvqhacCCpmy+EF7K78uy1lXFDu4St/HPHnYDN+e5OnMy1OOiG 2XwTWmCTEkczsYQtIA81QdwFOKfcd32Tb408Rp98LinMcB+IegXO/dz1GTzK0890yJ ZeD2dbGWTOkIw== From: Jonathan Corbet To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jens Axboe , Damien Le Moal , Christoph Hellwig , Phillip Potter , linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation: drop more IDE boot options and ide-cd.rst In-Reply-To: <20220424033701.7988-1-rdunlap@infradead.org> References: <20220424033701.7988-1-rdunlap@infradead.org> Date: Mon, 09 May 2022 16:20:52 -0600 Message-ID: <878rracpq3.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Randy Dunlap writes: > Drop ide-* command line options. > Drop cdrom/ide-cd.rst documentation. > > Fixes: 898ee22c32be ("Drop Documentation/ide/") > Signed-off-by: Randy Dunlap > Cc: Jens Axboe > Cc: Damien Le Moal > Cc: Christoph Hellwig > Cc: Phillip Potter > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > --- > I missed a few things in dropping all IDE documentation. > Hopefully this is all of the remaining pieces. > > Documentation/admin-guide/kernel-parameters.txt | 20 > Documentation/cdrom/ide-cd.rst | 538 -------------- > 2 files changed, 558 deletions(-) Applied, thanks. That said, it created this docs-build error: Documentation/cdrom/index.rst:7: WARNING: toctree contains reference to nonexisting document 'cdrom/ide-cd' I made the obvious change to fix that. jon