commit | d77535162e736c47978d5c01469c56e1781dc91b | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Fri Jul 09 09:12:41 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 09 17:41:57 2010 -0700 |
tree | 7210d55197b283c72bb8c74a0aeb8cd386b21a74 | |
parent | 3cfde79c6c7c8002375c4a8e5be7f602fbb9675d [diff] |
net: Document that dev_get_stats() returns the given pointer Document that dev_get_stats() returns the same stats pointer it was given. Remove const qualification from the returned pointer since the caller may do what it likes with that structure. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>