From 1376b680c24025234e8bad0e7982dfca4dc1afec Mon Sep 17 00:00:00 2001 From: nicky sielicki Date: Thu, 9 Apr 2015 20:21:56 -0500 Subject: 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 Reviewed-on: http://review.coreboot.org/9510 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/intel/fsp_rangeley/lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/intel/fsp_rangeley/lpc.c') diff --git a/src/southbridge/intel/fsp_rangeley/lpc.c b/src/southbridge/intel/fsp_rangeley/lpc.c index 80673a627d..2a5e270645 100644 --- a/src/southbridge/intel/fsp_rangeley/lpc.c +++ b/src/southbridge/intel/fsp_rangeley/lpc.c @@ -65,7 +65,7 @@ static void soc_enable_apic(struct device *dev) *ioapic_index = 0; *ioapic_data = (1 << 25); - /* affirm full set of redirection table entries ("write once") */ + /* Affirm full set of redirection table entries ("write once") */ *ioapic_index = 1; reg32 = *ioapic_data; *ioapic_index = 1; -- cgit v1.2.3