From patchwork Mon Jun 22 10:11:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aiden Leong X-Patchwork-Id: 217408 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, UNPARSEABLE_RELAY, URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D68AAC433DF for ; Mon, 22 Jun 2020 10:11:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C055420720 for ; Mon, 22 Jun 2020 10:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727072AbgFVKLi (ORCPT ); Mon, 22 Jun 2020 06:11:38 -0400 Received: from out20-145.mail.aliyun.com ([115.124.20.145]:44804 "EHLO out20-145.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726699AbgFVKLi (ORCPT ); Mon, 22 Jun 2020 06:11:38 -0400 X-Alimail-AntiSpam: AC=CONTINUE; BC=0.210402|-1; BR=01201311R131S58rulernew998_84748_2000303; CH=blue; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.0569981-0.000850672-0.942151; FP=18244260819190271185|2|1|3|0|-1|-1|-1; HT=e02c03293; MF=aiden.leong@aibsd.com; NM=1; PH=DS; RN=4; RT=4; SR=0; TI=SMTPD_---.HqbrITE_1592820694; Received: from ubuntu(mailfrom:aiden.leong@aibsd.com fp:SMTPD_---.HqbrITE_1592820694) by smtp.aliyun-inc.com(10.147.41.158); Mon, 22 Jun 2020 18:11:35 +0800 From: Aiden Leong To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski Subject: [PATCH] GUE: Fix a typo Date: Mon, 22 Jun 2020 03:11:34 -0700 Message-Id: <20200622101134.48305-1-aiden.leong@aibsd.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Aiden Leong --- include/net/gue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/gue.h b/include/net/gue.h index 3a6595bfa641..e42402f180b7 100644 --- a/include/net/gue.h +++ b/include/net/gue.h @@ -21,7 +21,7 @@ * | | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * - * C bit indicates contol message when set, data message when unset. + * C bit indicates control message when set, data message when unset. * For a control message, proto/ctype is interpreted as a type of * control message. For data messages, proto/ctype is the IP protocol * of the next header.