IB/ucm: Clean whitespace errors
authorAlexander Chiang <achiang@hp.com>
Tue, 2 Feb 2010 19:09:11 +0000 (19:09 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 24 Feb 2010 18:23:48 +0000 (10:23 -0800)
As shown when 'let c_space_errors=1' is set in vim.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/ucm.c

index 2e0d53eeec0917ac74359be79713f88ab12b437a..1b09b735c5a8361a47904c55d505ff1674e4d560 100644 (file)
@@ -1223,10 +1223,10 @@ static void ib_ucm_release_dev(struct device *dev)
 }
 
 static const struct file_operations ucm_fops = {
-       .owner   = THIS_MODULE,
-       .open    = ib_ucm_open,
+       .owner   = THIS_MODULE,
+       .open    = ib_ucm_open,
        .release = ib_ucm_close,
-       .write   = ib_ucm_write,
+       .write   = ib_ucm_write,
        .poll    = ib_ucm_poll,
 };
 
This page took 0.025057 seconds and 5 git commands to generate.