device/pci_device: Fix typo in comments
I found a typo in the comments, so I fixed it. It seems that 'this operations' is a typographical error. Change-Id: Ic272e122ce180dee8c0516ecea27cd10932c2363 Signed-off-by: NyeonWoo Kim <knw0507@naver.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89282 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
d4b6b55977
commit
6d265ca31d
1 changed files with 3 additions and 3 deletions
|
|
@ -1156,13 +1156,13 @@ struct device *pci_probe_dev(struct device *dev, struct bus *bus,
|
|||
} else {
|
||||
/*
|
||||
* Enable/disable the device. Once we have found the device-
|
||||
* specific operations this operations we will disable the
|
||||
* device with those as well.
|
||||
* specific operations, we will disable the device
|
||||
* with those as well.
|
||||
*
|
||||
* This is geared toward devices that have subfunctions
|
||||
* that do not show up by default.
|
||||
*
|
||||
* If a device is a stuff option on the motherboard
|
||||
* If a device is a stuff option on the motherboard,
|
||||
* it may be absent and enable_dev() must cope.
|
||||
*/
|
||||
/* Run the magic enable sequence for the device. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue