pci: Correct a few comments and nits
Two comments are missing a parameter and there is an extra blank line. Also two of the region access macros are misnamed. Correct these problems. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -289,7 +289,6 @@ int dm_pci_write_config(struct udevice *dev, int offset, unsigned long value,
|
||||
size);
|
||||
}
|
||||
|
||||
|
||||
int pci_write_config32(pci_dev_t bdf, int offset, u32 value)
|
||||
{
|
||||
return pci_write_config(bdf, offset, value, PCI_SIZE_32);
|
||||
|
||||
Reference in New Issue
Block a user