southbridge/intel/fsp_rangeley/ : Spellcheck + Formatting
Changes: acpi.c - Capitalize an acronym. early_spi.c - Spelling error. gpio.c - Capitalization of acronym + sentences. gpio.h - Capitalization of sentences. lpc.c - Capitalization of sentences. soc.c - Spelling error + capitalization of acronym. I just wanted to go through the process of commiting something onto Gerrit. Change-Id: Iad2ac5409f883c5b7cbc25e4e296f386ad7e13d0 Signed-off-by: nicky sielicki <nlsielicki@wisc.edu> Reviewed-on: http://review.coreboot.org/9510 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com>
This commit is contained in:
committed by
Martin Roth
parent
1483822ab8
commit
1376b680c2
@ -117,11 +117,11 @@ struct soc_gpio_map {
|
||||
/* Configure GPIOs with mainboard provided settings */
|
||||
void setup_soc_gpios(const struct soc_gpio_map *gpio);
|
||||
|
||||
/* get GPIO pin value */
|
||||
/* Get GPIO pin value */
|
||||
int get_gpio(int gpio_num);
|
||||
/*
|
||||
* get a number comprised of multiple GPIO values. gpio_num_array points to
|
||||
* the array of gpio pin numbers to scan, terminated by -1.
|
||||
* Get a number comprised of multiple GPIO values. gpio_num_array points to
|
||||
* the array of GPIO pin numbers to scan, terminated by -1.
|
||||
*/
|
||||
unsigned get_gpios(const int *gpio_num_array);
|
||||
|
||||
|
Reference in New Issue
Block a user