include/net/dst.h: neaten asterisk placement

Fix code style - place the asterisk where it belongs.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eldad Zack 2012-06-16 15:14:49 +02:00 committed by David S. Miller
parent aee289baaa
commit 7f95e1880e

View File

@ -264,8 +264,7 @@ static inline void dst_use_noref(struct dst_entry *dst, unsigned long time)
dst->lastuse = time; dst->lastuse = time;
} }
static inline static inline struct dst_entry *dst_clone(struct dst_entry *dst)
struct dst_entry * dst_clone(struct dst_entry * dst)
{ {
if (dst) if (dst)
atomic_inc(&dst->__refcnt); atomic_inc(&dst->__refcnt);