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 D52DDCCA47C for ; Sun, 26 Jun 2022 15:49:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231583AbiFZPtL (ORCPT ); Sun, 26 Jun 2022 11:49:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbiFZPtK (ORCPT ); Sun, 26 Jun 2022 11:49:10 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 915E2DEC3; Sun, 26 Jun 2022 08:49:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=1HGEtHzkdYFCGW7ANqN5HrrMrcP7Zd/q8tMBeRZp9zY=; b=eo/KMH7QYwiA0mgyV2DsXE3ikf 4rfMDuFFuJaaHw0TOGYReukToi0g2Zv0FFd74fm+noB1w9Z8ifGtRTez/2w2Acdm1cxWZFd4OW03h 8GxWvN9zCC2jLYNkLbodRv8mvAfRhKFYvVfhlOAELCh7frmUSpKL/So7TwNnTH623tU3MSQYkKX28 logrbUbNHXkny2ODJnNMsV0b8PTUM18ooxSTVDwP6b6XpboB6U/vr07jYZEopThmA4fKuWAJWhZ9p 0IjZXWGPpEibep0wXbNGLfPbUXaDwoQrfMvxphDKSMCMICL/tO6XoSdGvboh5/jWAurvs3XOQ7gNP ehmNMTnQ==; Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5UVU-00CXe7-OU; Sun, 26 Jun 2022 15:49:04 +0000 Message-ID: <065c391b-ec72-4a72-7ca1-55093082164d@infradead.org> Date: Sun, 26 Jun 2022 08:49:02 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v2 10/20] Documentation: update watch_queue.rst references Content-Language: en-US To: Mauro Carvalho Chehab , Linux Doc Mailing List Cc: "Fabio M. De Francesco" , "Gustavo A. R. Silva" , Jonathan Corbet , Mauro Carvalho Chehab , Andrew Morton , Arnd Bergmann , Chris Down , Christophe JAILLET , David Howells , Dmitry Torokhov , Eric Dumazet , Jarkko Sakkinen , Johannes Weiner , Kees Cook , Masami Hiramatsu , Miguel Ojeda , Nathan Chancellor , Oliver Glitta , Peter Xu , Petr Mladek , Vlastimil Babka , keyrings@vger.kernel.org, linux-kernel@vger.kernel.org References: <1c220de9c58f35e815a3df9458ac2bea323c8bfb.1656234456.git.mchehab@kernel.org> From: Randy Dunlap In-Reply-To: <1c220de9c58f35e815a3df9458ac2bea323c8bfb.1656234456.git.mchehab@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 6/26/22 02:10, Mauro Carvalho Chehab wrote: > Changeset f5461124d59b ("Documentation: move watch_queue to core-api") > renamed: Documentation/watch_queue.rst > to: Documentation/core-api/watch_queue.rst. > > Update the cross-references accordingly. > > Fixes: f5461124d59b ("Documentation: move watch_queue to core-api") > Reviewed-by: Randy Dunlap > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Randy Dunlap Thanks. > --- > > To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. > See [PATCH v2 00/20] at: https://lore.kernel.org/all/cover.1656234456.git.mchehab@kernel.org/ > > Documentation/security/keys/core.rst | 2 +- > include/linux/watch_queue.h | 2 +- > init/Kconfig | 2 +- > kernel/watch_queue.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) -- ~Randy