提交 68e35c9b 编写于 作者: Z Zac Storer 提交者: Jesse Barnes

PCI: fix a brace coding style issue in probe.c

Fixed a brace coding style issue.
Signed-off-by: NZac Storer <zac.3.14159@gmail.com>
Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
上级 82440a82
......@@ -1534,7 +1534,7 @@ struct pci_bus * pci_create_bus(struct device *parent,
return NULL;
dev = kzalloc(sizeof(*dev), GFP_KERNEL);
if (!dev){
if (!dev) {
kfree(b);
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册