From: Mike Rapoport <mike@compulab.co.il>
To: netdev@vger.kernel.org
Subject: [PATCH] fix typo in net_device_ops description
Date: Mon, 27 Apr 2009 13:54:59 +0300 [thread overview]
Message-ID: <49F58F03.8090400@compulab.co.il> (raw)
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 2e7783f..5991399 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -500,7 +500,7 @@ struct netdev_queue {
*
* int (*ndo_set_mac_address)(struct net_device *dev, void *addr);
* This function is called when the Media Access Control address
- * needs to be changed. If not this interface is not defined, the
+ * needs to be changed. If this interface is not defined, the
* mac address can not be changed.
*
* int (*ndo_validate_addr)(struct net_device *dev);
--
Sincerely yours,
Mike.
next reply other threads:[~2009-04-27 11:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-27 10:54 Mike Rapoport [this message]
2009-04-27 12:46 ` [PATCH] fix typo in net_device_ops description David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49F58F03.8090400@compulab.co.il \
--to=mike@compulab.co.il \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).