lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 25 Sep 2019 14:09:29 -0400
From:   Dongliang Mu <mudongliangabcd@...il.com>
To:     davem@...emloft.net, g.nault@...halink.fr
Cc:     linux-kernel@...r.kernel.org,
        Dongliang Mu <mudongliangabcd@...il.com>
Subject: [PATCH] fix typo

Signed-off-by: Dongliang Mu <mudongliangabcd@...il.com>

Change Tinnel to Tunnel
---
 net/l2tp/l2tp_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 105e5a7092e7..b4647fcfe3d6 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -1138,7 +1138,7 @@ int l2tp_xmit_skb(struct l2tp_session *session, struct sk_buff *skb, int hdr_len
 EXPORT_SYMBOL_GPL(l2tp_xmit_skb);
 
 /*****************************************************************************
- * Tinnel and session create/destroy.
+ * Tunnel and session create/destroy.
  *****************************************************************************/
 
 /* Tunnel socket destruct hook.
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ