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 5FEDFE7544D for ; Tue, 3 Oct 2023 10:45:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231856AbjJCKpS (ORCPT ); Tue, 3 Oct 2023 06:45:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231769AbjJCKpR (ORCPT ); Tue, 3 Oct 2023 06:45:17 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95935BF for ; Tue, 3 Oct 2023 03:45:13 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7026CC433CA; Tue, 3 Oct 2023 10:45:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696329913; bh=JtcTWQxKGWwZqgm+l2lYgbyA83rSYz+5KPoIJRXClqs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lQk5DIi8st3IxeEoWswm+LZCDSJ1umvNGVAkWJDdNFUEjdE5B4Kejz/vXEoYDEoSc 0BgkVJx4ZdD9nmn481cjzkD4gsWUb+w7Ec/Ywiur2aabCOi0k2RykuiOH3ipz6YsWD 7hq9dEGEmCiV0+8he9Xar6k+PrxtIY49JRP7TmDmifVG12Iv+8WXun32SkqKRdmvd4 G0mJ8QGb+2PVSV6LerHokZUK9Jhw4mD9crcmCttr/EELnb0xHigjja/ee4o1e6zWNw TxHBnjJDMQRA39KygOx9hwrenCopAGtslqyDSEKrqAwQKH1TilbSH79xc+scE8cpa+ RGehgD5Bx9nQQ== Date: Tue, 3 Oct 2023 12:45:08 +0200 From: Simon Horman To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Jesper Dangaard Brouer , Ilias Apalodimas , netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH] page_pool: fix documentation typos Message-ID: References: <20231001003846.29541-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231001003846.29541-1-rdunlap@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 30, 2023 at 05:38:45PM -0700, Randy Dunlap wrote: > Correct grammar for better readability. > > Signed-off-by: Randy Dunlap Reviewed-by: Simon Horman