提交 1c1dd2a0 编写于 作者: I Iulia Manda 提交者: Peter P Waskiewicz Jr

Staging:dgnc: Fixed else not following close brace error

Fix checkpatch.pl warning - else should follow close brace.
Signed-off-by: NIulia Manda <iulia.manda21@gmail.com>
Acked-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: NPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
上级 09adb6e7
......@@ -77,8 +77,7 @@ int dgnc_mgmt_open(struct inode *inode, struct file *file)
return -EBUSY;
}
dgnc_mgmt_in_use[minor]++;
}
else {
} else {
DGNC_UNLOCK(dgnc_global_lock, lock_flags);
return -ENXIO;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部