X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fdp_sysfs_if.c;h=b40523aaeebfdb0c14804b90741f2a9319b944c2;hb=2ed7d6e227c009f0f6bdabbb85262d8aac896e00;hp=3c842172bf7689f1dbfd34824c2bcc1a77610f0c;hpb=e97f8ca76dfcc88d3ea20efe55969391252f83f3;p=openvswitch diff --git a/datapath/dp_sysfs_if.c b/datapath/dp_sysfs_if.c index 3c842172..b40523aa 100644 --- a/datapath/dp_sysfs_if.c +++ b/datapath/dp_sysfs_if.c @@ -187,7 +187,7 @@ static ssize_t brport_store(struct kobject * kobj, if (!capable(CAP_NET_ADMIN)) return -EPERM; - printk("%s: xxx writing port parms not supported yet!\n", + printk("%s: xxx writing port parms not supported yet!\n", dp_name(p->dp)); return ret;