]> Pileus Git - ~andy/linux/blobdiff - net/tipc/bearer.h
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[~andy/linux] / net / tipc / bearer.h
index e3b2be37fb311b7b6554fcac350a09712ab8b93f..dd4c2abf08e7de95085fb6b3e9e87cf22eb4b9ec 100644 (file)
@@ -57,7 +57,7 @@
  */
 #define TIPC_MEDIA_TYPE_ETH    1
 
-/*
+/**
  * struct tipc_media_addr - destination address used by TIPC bearers
  * @value: address info (format defined by media)
  * @media_id: TIPC media type identifier
@@ -179,7 +179,7 @@ void tipc_eth_media_stop(void);
 
 int tipc_media_set_priority(const char *name, u32 new_value);
 int tipc_media_set_window(const char *name, u32 new_value);
-void tipc_media_addr_printf(struct print_buf *pb, struct tipc_media_addr *a);
+void tipc_media_addr_printf(char *buf, int len, struct tipc_media_addr *a);
 struct sk_buff *tipc_media_get_names(void);
 
 struct sk_buff *tipc_bearer_get_names(void);