[NET] SCTP: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
10297b9931
commit
d808ad9ab8
@@ -236,7 +236,7 @@ static struct dst_entry *sctp_v6_get_dst(struct sctp_association *asoc,
|
||||
ipv6_addr_copy(&fl.fl6_dst, &daddr->v6.sin6_addr);
|
||||
if (ipv6_addr_type(&daddr->v6.sin6_addr) & IPV6_ADDR_LINKLOCAL)
|
||||
fl.oif = daddr->v6.sin6_scope_id;
|
||||
|
||||
|
||||
|
||||
SCTP_DEBUG_PRINTK("%s: DST=" NIP6_FMT " ",
|
||||
__FUNCTION__, NIP6(fl.fl6_dst));
|
||||
|
Reference in New Issue
Block a user