Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f95e188 authored by Eldad Zack's avatar Eldad Zack Committed by David S. Miller
Browse files

include/net/dst.h: neaten asterisk placement



Fix code style - place the asterisk where it belongs.

Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aee289ba
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -264,8 +264,7 @@ static inline void dst_use_noref(struct dst_entry *dst, unsigned long time)
	dst->lastuse = time;
}

static inline
struct dst_entry * dst_clone(struct dst_entry * dst)
static inline struct dst_entry *dst_clone(struct dst_entry *dst)
{
	if (dst)
		atomic_inc(&dst->__refcnt);