net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency
[linux-2.6-microblaze.git] / include / net / dst_cache.h
index 72fd506..6763467 100644 (file)
@@ -54,7 +54,7 @@ void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst,
  *     local BH must be disabled.
  */
 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst,
-                      const struct in6_addr *addr);
+                      const struct in6_addr *saddr);
 
 /**
  *     dst_cache_get_ip6 - perform cache lookup and fetch ipv6 source address
@@ -71,7 +71,7 @@ struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache,
  *     dst_cache_reset - invalidate the cache contents
  *     @dst_cache: the cache
  *
- *     This do not free the cached dst to avoid races and contentions.
+ *     This does not free the cached dst to avoid races and contentions.
  *     the dst will be freed on later cache lookup.
  */
 static inline void dst_cache_reset(struct dst_cache *dst_cache)