Commit cdb8e438 authored by Alexander Chiang's avatar Alexander Chiang Committed by Roland Dreier

IB/ucm: Clean whitespace errors

As shown when 'let c_space_errors=1' is set in vim.
Signed-off-by: default avatarAlex Chiang <achiang@hp.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent daa91358
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment