[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <49F58F03.8090400@compulab.co.il>
Date: Mon, 27 Apr 2009 13:54:59 +0300
From: Mike Rapoport <mike@...pulab.co.il>
To: netdev@...r.kernel.org
Subject: [PATCH] fix typo in net_device_ops description
Signed-off-by: Mike Rapoport <mike@...pulab.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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists