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:
parent
aee289baaa
commit
7f95e1880e
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user