aboutsummaryrefslogtreecommitdiff
path: root/datapath/dp_sysfs_if.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-08-30 00:24:53 -0700
committerJesse Gross <jesse@nicira.com>2010-08-30 13:23:08 -0700
commitd295e8e97acae13552a5b220d3fbcff8201064a2 (patch)
treeeb90646c3c927a62fd2f520eb5fcd602297b1a79 /datapath/dp_sysfs_if.c
parent90a249dc93ccabd398b64092121b07e5af2d8c2d (diff)
treewide: Remove trailing whitespace
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath/dp_sysfs_if.c')
-rw-r--r--datapath/dp_sysfs_if.c2
1 files changed, 1 insertions, 1 deletions
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;