提交 9e0b5b2c 编写于 作者: K Kleber Sacilotto de Souza 提交者: Jesse Barnes

PCI: fix coding style issue in pci_save_state()

Remove a stray space in pci_save_state().
Signed-off-by: NKleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
上级 5d990b62
...@@ -850,7 +850,7 @@ pci_save_state(struct pci_dev *dev) ...@@ -850,7 +850,7 @@ pci_save_state(struct pci_dev *dev)
int i; int i;
/* XXX: 100% dword access ok here? */ /* XXX: 100% dword access ok here? */
for (i = 0; i < 16; i++) for (i = 0; i < 16; i++)
pci_read_config_dword(dev, i * 4,&dev->saved_config_space[i]); pci_read_config_dword(dev, i * 4, &dev->saved_config_space[i]);
dev->state_saved = true; dev->state_saved = true;
if ((i = pci_save_pcie_state(dev)) != 0) if ((i = pci_save_pcie_state(dev)) != 0)
return i; return i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册