X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Faddr.h;h=e4bd5335e48d9eb64bdd9d5b1bf899ce7a8ec8d9;hb=ac0c955d5048c2c580fa7166a89133f0fd76c125;hp=02ca71783e2e5b9c2eae5e426e6243460f14fe02;hpb=69eebed240b32377b9034551f1b8c4ae2774ceb6;p=linux-2.6 diff --git a/net/tipc/addr.h b/net/tipc/addr.h index 02ca71783e..e4bd5335e4 100644 --- a/net/tipc/addr.h +++ b/net/tipc/addr.h @@ -1,6 +1,6 @@ /* * net/tipc/addr.h: Include file for TIPC address utility routines - * + * * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2004-2005, Wind River Systems * All rights reserved. @@ -100,8 +100,8 @@ static inline int addr_scope(u32 domain) /** * addr_domain - convert 2-bit scope value to equivalent message lookup domain - * - * Needed when address of a named message must be looked up a second time + * + * Needed when address of a named message must be looked up a second time * after a network hop. */ @@ -122,7 +122,7 @@ static inline char *addr_string_fill(char *string, u32 addr) return string; } -int addr_domain_valid(u32); -int addr_node_valid(u32 addr); +int tipc_addr_domain_valid(u32); +int tipc_addr_node_valid(u32 addr); #endif