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 DD47FE936E7 for ; Wed, 4 Oct 2023 21:21:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233844AbjJDVVU (ORCPT ); Wed, 4 Oct 2023 17:21:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233594AbjJDVVT (ORCPT ); Wed, 4 Oct 2023 17:21:19 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05A3CBF for ; Wed, 4 Oct 2023 14:21:15 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 441B6C433C7; Wed, 4 Oct 2023 21:21:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696454474; bh=+mnPw2cgov2C697kC7dBfIcSrWXIS18s9CkSLWTJFzY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=g4Dz0nCiTVV25EjY4hEX57MOTtJjWHhUrSuqFmQil9U+FS5Zm7uOkasKgh17Tz/vY 2KQrMNIAGP0wDYXYNulB8TDNA2HqA5ouSTJbmoXBLZc2ogeFG0ITgzj998iXNbbMEX +Ai/iOQNBwfUxTvSPMicE/9u8WS2rd6zkfmSvp2Amq6dtrL4hNIUj4tYXUd7jD9GEp 1NeZpQbpWzNHeQCLwfc7Tw0fel1sz2hw021b/LjruBBLwmjIpTsW1DQoZzBZT2HrDk t51qVgTldNS4OrMbJV/iOv2+qqEbdqr6vJfBIuvBr1Tr2iVJtcmTGWEu1JVj1UmjAk PeHDDmbPz1fYw== Date: Wed, 4 Oct 2023 14:21:13 -0700 From: Jakub Kicinski To: Simon Horman Cc: Randy Dunlap , linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org Subject: Re: [PATCH] net: skbuff: fix kernel-doc typos Message-ID: <20231004142113.71b19c16@kernel.org> In-Reply-To: References: <20231001003846.29541-1-rdunlap@infradead.org> <20231001003846.29541-2-rdunlap@infradead.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 Tue, 3 Oct 2023 12:44:47 +0200 Simon Horman wrote: > > - * so we also check that this didnt happen. > > + * so we also check that this didn't happen. > > At the risk of bikeshedding (let's not) perhaps "this" can be dropped > from the line above? +1, since we're touching the line we can as well..