Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30159
Change subject: soc/amd/stoneyridge: Improve grammar through punctuation ......................................................................
soc/amd/stoneyridge: Improve grammar through punctuation
Change-Id: Iebae12f0b0397b5d4ad1fb09b5d9b847bc63c5d1 Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- M src/soc/amd/stoneyridge/include/soc/gpio.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/30159/1
diff --git a/src/soc/amd/stoneyridge/include/soc/gpio.h b/src/soc/amd/stoneyridge/include/soc/gpio.h index b758309..5609ca6 100644 --- a/src/soc/amd/stoneyridge/include/soc/gpio.h +++ b/src/soc/amd/stoneyridge/include/soc/gpio.h @@ -491,7 +491,7 @@
/* * Several macros are available to declare programming of GPIO pins, and if - * needed more than 1 macro can be used for any pin. However, some macros + * needed, more than 1 macro can be used for any pin. However, some macros * will have no effect if combined. For example debounce only affects input * or one of the interrupts. Some macros should not be combined, such as SMI * and regular interrupt. The defined macros and their parameters are: