Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754059AbbKQQMJ (ORCPT ); Tue, 17 Nov 2015 11:12:09 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:35880 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbbKQQMH (ORCPT ); Tue, 17 Nov 2015 11:12:07 -0500 From: Masanari Iida To: corbet@lwn.net, linux-kernel@vger.kernel.org, alex.aring@gmail.com, marcel@holtmann.org, davem@davemloft.net, netdev@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt Date: Wed, 18 Nov 2015 01:12:21 +0900 Message-Id: <1447776741-25157-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.6.3.368.gf34be46 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1056 Lines: 32 This patch fix spelling typos in 6lowpan.txt Signed-off-by: Masanari Iida --- Documentation/networking/6lowpan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/6lowpan.txt b/Documentation/networking/6lowpan.txt index a7dc7e9..2e5a939 100644 --- a/Documentation/networking/6lowpan.txt +++ b/Documentation/networking/6lowpan.txt @@ -24,10 +24,10 @@ enum lowpan_lltypes. Example to evaluate the private usually you can do: -static inline sturct lowpan_priv_foobar * +static inline struct lowpan_priv_foobar * lowpan_foobar_priv(struct net_device *dev) { - return (sturct lowpan_priv_foobar *)lowpan_priv(dev)->priv; + return (struct lowpan_priv_foobar *)lowpan_priv(dev)->priv; } switch (dev->type) { -- 2.6.3.368.gf34be46 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/