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 99B38CD98D9 for ; Wed, 11 Oct 2023 00:51:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344543AbjJKAvU (ORCPT ); Tue, 10 Oct 2023 20:51:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344281AbjJKAvS (ORCPT ); Tue, 10 Oct 2023 20:51:18 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F77F92 for ; Tue, 10 Oct 2023 17:51:16 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84141C433C7; Wed, 11 Oct 2023 00:51:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696985476; bh=vxagm5mK607K1KreDirna2dD/CK2JhYIxlpdgn72yes=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hGX01UlXN7PUeh/rezNXICkNgkjChpyI7T1lSJIxsBZ03gbV4EZDey3D+XYeEqAjc LCrgxfK3gksFWVkYuIByNSlS+2ImCZGqghANtNOsYJGfdqzGAQdRqL/EE5cv4IfI4a LI2I9zyxyYAAlfjmNe4UGCEzjWbofyJzi6jIMs4VyJQ6mofGFHzMwC2E8HMO8wjxsa ceop5zUUTXcZXhfapjpJOBs467S8Y3B05siP83wvKKhOZ+03qW8y3LgYG4WdYxRL/f k1bmzWHnl1ziWwY75VoioFlelLwo40H7anw9+gf3g311zAPeyU6DQRdjHa+u/LHgoB fp5BVVXdDJt9Q== Date: Tue, 10 Oct 2023 17:51:14 -0700 From: Jakub Kicinski To: Arnd Bergmann Cc: netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , Greg Kroah-Hartman , Arnd Bergmann , Doug Brown , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] appletalk: remove ipddp driver Message-ID: <20231010175114.40014532@kernel.org> In-Reply-To: <20231009141139.1766345-1-arnd@kernel.org> References: <20231009141139.1766345-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 9 Oct 2023 16:10:28 +0200 Arnd Bergmann wrote: > Documentation/networking/ipddp.rst | 78 ------- I dropped this file from the index when applying.