HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37571 )
Change subject: src/device: Fix typo ......................................................................
src/device: Fix typo
Change-Id: Ibe99264a82fdea0e185907d2d2d4c57078ef3ae4 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/device/pciexp_device.c M util/lint/spelling.txt 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/37571/1
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index 72aac4c..c73c548 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -165,7 +165,7 @@ cap = pci_find_capability(dev, PCI_CAP_ID_PCIE);
/* - * Check if capibility pointer is valid and + * Check if capability pointer is valid and * device supports LTR mechanism. */ if (!cap || !pciexp_is_ltr_supported(dev, cap)) { diff --git a/util/lint/spelling.txt b/util/lint/spelling.txt index 118a435..7ca4e6b 100644 --- a/util/lint/spelling.txt +++ b/util/lint/spelling.txt @@ -222,6 +222,7 @@ capabitilies||capabilities capatibilities||capabilities capapbilities||capabilities +capibility||capability carefuly||carefully cariage||carriage catagory||category
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37571 )
Change subject: src/device: Fix typo ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37571/1/util/lint/spelling.txt File util/lint/spelling.txt:
https://review.coreboot.org/c/coreboot/+/37571/1/util/lint/spelling.txt@225 PS1, Line 225: capibility||capability 'capibility' may be misspelled - perhaps 'capability'?
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37571
to look at the new patch set (#2).
Change subject: src/device: Fix typo ......................................................................
src/device: Fix typo
Change-Id: Ibe99264a82fdea0e185907d2d2d4c57078ef3ae4 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/device/pciexp_device.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/37571/2
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37571 )
Change subject: src/device: Fix typo ......................................................................
Patch Set 2: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37571 )
Change subject: src/device: Fix typo ......................................................................
Patch Set 2: Code-Review+1
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37571 )
Change subject: src/device: Fix typo ......................................................................
src/device: Fix typo
Change-Id: Ibe99264a82fdea0e185907d2d2d4c57078ef3ae4 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/37571 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net --- M src/device/pciexp_device.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index 72aac4c..c73c548 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -165,7 +165,7 @@ cap = pci_find_capability(dev, PCI_CAP_ID_PCIE);
/* - * Check if capibility pointer is valid and + * Check if capability pointer is valid and * device supports LTR mechanism. */ if (!cap || !pciexp_is_ltr_supported(dev, cap)) {