X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Ftipc%2Fbcast.h;h=b243d9d495f0588382f13272f30c3cb45c8067c2;hb=b62f963e1fdf838fed91faec21228d421a834f2d;hp=0e3be2ab330731cf1e127bf3b886c082ebdf16b3;hpb=536ea4e4198eeaa5a73fb734ea675e621609bb7e;p=powerpc.git diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 0e3be2ab33..b243d9d495 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h @@ -180,7 +180,7 @@ static inline void tipc_port_list_add(struct port_list *pl_ptr, u32 port) if (!item->next) { item->next = kmalloc(sizeof(*item), GFP_ATOMIC); if (!item->next) { - warn("Memory squeeze: multicast destination port list is incomplete\n"); + warn("Incomplete multicast delivery, no memory\n"); return; } item->next->next = NULL;