From patchwork Sat Aug 22 23:13:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1349757 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=SMwGI9VW; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BYvMr4RHWz9sTS for ; Sun, 23 Aug 2020 09:14:00 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728371AbgHVXNw (ORCPT ); Sat, 22 Aug 2020 19:13:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728133AbgHVXNu (ORCPT ); Sat, 22 Aug 2020 19:13:50 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3EC47C061575 for ; Sat, 22 Aug 2020 16:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=6iPn1VUo19LSSYj6bSZnvl+VseqjiVxzX1FEi/rV9hI=; b=SMwGI9VWkqMet8j6aOzjUg2G6z Cv4vJ9nO2zf2CRsXmbCa6xGFeCyJ/RYpLbhkNPR8p0ShDd2uZ6zRWQTQ2jQyDhGyhjo7o8W77zoyi A+KQz0OCaoySjvSx+aUv/0G5VCtLizpE9Yo7dKDi6itfoBif/Er9JdF5okvR0VqXedoHsn2Gep5Pb I8bvLpiAPoYnHDbct4I4jcmZ1UfCQhLCw+EeJjWbYKcvCdwwYEUaDqtcKoGUlhuDs6cS+KcfYVRjj GA8P+4w+htzZ2Xbf3Ey9u1RaSmBdZYjQztEX9nRhpQ5tIjrZQqSNXduz5rpW0RkQg23tpZNTpNPdz NasgSdfQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k9chn-0006Nf-GC; Sat, 22 Aug 2020 23:13:48 +0000 From: Randy Dunlap To: netdev@vger.kernel.org Cc: Randy Dunlap , Marek Lindner , Simon Wunderlich , Antonio Quartulli , Sven Eckelmann , b.a.t.m.a.n@lists.open-mesh.org, "David S. Miller" , Jakub Kicinski Subject: [PATCH 2/8] net: batman-adv: fragmentation.c: delete duplicated word Date: Sat, 22 Aug 2020 16:13:29 -0700 Message-Id: <20200822231335.31304-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200822231335.31304-1-rdunlap@infradead.org> References: <20200822231335.31304-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Drop the repeated word "not". Signed-off-by: Randy Dunlap Cc: Marek Lindner Cc: Simon Wunderlich Cc: Antonio Quartulli Cc: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org Cc: "David S. Miller" Cc: Jakub Kicinski --- net/batman-adv/fragmentation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200731.orig/net/batman-adv/fragmentation.c +++ linux-next-20200731/net/batman-adv/fragmentation.c @@ -306,7 +306,7 @@ free: * set *skb to merged packet; 2) Packet is buffered: Return true and set *skb * to NULL; 3) Error: Return false and free skb. * - * Return: true when the packet is merged or buffered, false when skb is not not + * Return: true when the packet is merged or buffered, false when skb is not * used. */ bool batadv_frag_skb_buffer(struct sk_buff **skb,