mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
isert-scst: Fix a checkpatch complaint about whitespace
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6506 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -946,7 +946,7 @@ static struct isert_device *isert_device_create(struct ib_device *ib_dev)
|
||||
#else
|
||||
{
|
||||
struct ib_cq_init_attr ia = {
|
||||
.cqe = cqe_num,
|
||||
.cqe = cqe_num,
|
||||
.comp_vector = i,
|
||||
};
|
||||
cq = ib_create_cq(ib_dev,
|
||||
|
||||
Reference in New Issue
Block a user