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 47F0CCCA47F for ; Fri, 1 Jul 2022 21:49:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231745AbiGAVth (ORCPT ); Fri, 1 Jul 2022 17:49:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiGAVtf (ORCPT ); Fri, 1 Jul 2022 17:49:35 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A40F5925B; Fri, 1 Jul 2022 14:49:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=fjeXK1KZbGprcvCBSDuxzycjeEJ3g+xJ7Sip51yEnQ8=; b=K3K5sLpPzzqguJkgowRr6+XHZE zBcK98guCTsDg3wPwvINIEnbEeQtjm+2kx4yLPYv/eZi4oNGX2V6HzO90ge8K9k+EYDdlSR6nsgFY uy3fewggenXepq689csZ95Ezwl0eoyYwQP0FnWNHNLril64eErscnKUX7Ut3nWsLpbpFheHes/+Ch 5hQuz5kVaErWQ11vQRPS+MF28uPlq9YlrzAkxMqeTtsYZEyUctWTCw1cbiCY8VzT29tUU1u8QLHoS /uLTYUM+R5wXgt87nWZ1ASDkqjobPkaPN5h1BSBnk91/z73O0PASHu1OcwXJXREETewdBJhhVWLk3 vlriCCIg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7OW6-00760i-Sx; Fri, 01 Jul 2022 21:49:34 +0000 Date: Fri, 1 Jul 2022 14:49:34 -0700 From: Luis Chamberlain To: Masahiro Yamada Cc: linux-modules@vger.kernel.org, Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , Joe Lawrence , live-patching@vger.kernel.org, Alex Shi , Federico Vaga , Jonathan Corbet , Matthias Maennich , Yanteng Si , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] doc: module: update file references Message-ID: References: <20220613081741.1699713-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 01, 2022 at 02:48:58PM -0700, Luis Chamberlain wrote: > On Mon, Jun 13, 2022 at 05:17:40PM +0900, Masahiro Yamada wrote: > > Adjust documents to the file moves made by commit cfc1d277891e ("module: > > Move all into module/"). > > > > Signed-off-by: Masahiro Yamada > > Queued up, thanks! Sorry, missed the v2, taking that. Luis