From a86db5e34fdc2410309b685f6d553763ac8aeff1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 15 Jun 2010 15:08:48 -0700 Subject: [PATCH] --- yaml --- r: 202959 b: refs/heads/master c: 82695d9b186dcefe9bd119b53521deec20858f19 h: refs/heads/master i: 202957: f1deaf9f38319e0946fedc9cd1390b705050bfd9 202955: 11d24e3dce9e4043f04dfb1fc55481f990b3b082 202951: 017212542b6276e4c1f9cfe5f8e2be5bc9fe1c62 202943: bd4a03569a77293275f902536bfd6ada19e2a103 v: v3 --- [refs] | 2 +- trunk/include/linux/netdevice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a1d4f704450a..b7ce372b1dba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4fcc3d3409b0ab37c1f790e04a1f7c984b436167 +refs/heads/master: 82695d9b186dcefe9bd119b53521deec20858f19 diff --git a/trunk/include/linux/netdevice.h b/trunk/include/linux/netdevice.h index a7e0458029b5..398f6c28cf8a 100644 --- a/trunk/include/linux/netdevice.h +++ b/trunk/include/linux/netdevice.h @@ -673,7 +673,7 @@ struct netdev_rx_queue { * 1. Define @ndo_get_stats64 to update a rtnl_link_stats64 structure * (which should normally be dev->stats64) and return a ponter to * it. The structure must not be changed asynchronously. - * 2. Define @ndo_get_stats to update a net_device_stats64 structure + * 2. Define @ndo_get_stats to update a net_device_stats structure * (which should normally be dev->stats) and return a pointer to * it. The structure may be changed asynchronously only if each * field is written atomically.