netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix typo in net_device_ops description
@ 2009-04-27 10:54 Mike Rapoport
  2009-04-27 12:46 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2009-04-27 10:54 UTC (permalink / raw)
  To: netdev

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.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix typo in net_device_ops description
  2009-04-27 10:54 [PATCH] fix typo in net_device_ops description Mike Rapoport
@ 2009-04-27 12:46 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-04-27 12:46 UTC (permalink / raw)
  To: mike; +Cc: netdev

From: Mike Rapoport <mike@compulab.co.il>
Date: Mon, 27 Apr 2009 13:54:59 +0300

> Signed-off-by: Mike Rapoport <mike@compulab.co.il>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-27 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 10:54 [PATCH] fix typo in net_device_ops description Mike Rapoport
2009-04-27 12:46 ` David Miller

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).