IB/ucm: Clean whitespace errors
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>
This commit is contained in:
parent
daa913580e
commit
cdb8e43889
1 changed files with 3 additions and 3 deletions
|
@ -1223,10 +1223,10 @@ static void ib_ucm_release_dev(struct device *dev)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct file_operations ucm_fops = {
|
static const struct file_operations ucm_fops = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.open = ib_ucm_open,
|
.open = ib_ucm_open,
|
||||||
.release = ib_ucm_close,
|
.release = ib_ucm_close,
|
||||||
.write = ib_ucm_write,
|
.write = ib_ucm_write,
|
||||||
.poll = ib_ucm_poll,
|
.poll = ib_ucm_poll,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue