net: replace %p6 with %pI6

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
Harvey Harrison
2008-10-29 12:52:50 -07:00
提交者 David S. Miller
父節點 4b7a4274ca
當前提交 5b095d9892
共有 49 個檔案被更改,包括 100 行新增100 行删除

查看文件

@@ -118,7 +118,7 @@ static int find_mgm(struct mlx4_dev *dev,
return err;
if (0)
mlx4_dbg(dev, "Hash for %p6 is %04x\n", gid, *hash);
mlx4_dbg(dev, "Hash for %pI6 is %04x\n", gid, *hash);
*index = *hash;
*prev = -1;
@@ -267,7 +267,7 @@ int mlx4_multicast_detach(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16])
goto out;
if (index == -1) {
mlx4_err(dev, "MGID %p6 not found\n", gid);
mlx4_err(dev, "MGID %pI6 not found\n", gid);
err = -EINVAL;
goto out;
}