aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/flash_ctrlr.c
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-03-09 09:50:28 -0800
committerMartin Roth <martinroth@google.com>2017-03-13 17:42:02 +0100
commit1d20fe77cb854db420d46bb39b01b53e1e02d37c (patch)
tree53b5d8d0ded6d51b4707733ad4044185eedb32ed /src/soc/intel/apollolake/flash_ctrlr.c
parent320b7ca44b0d18d97ac226b5fb63b6763ee6ac7c (diff)
soc/intel/apollolake: Indent code using tabs
Fix the following error and warnings detected by checkpatch.pl: ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line WARNING: please, no space before tabs TEST=Build for reef Change-Id: Id7a758463b95274c5e8bbdd67da0955f1ae78aac Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/18721 Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/apollolake/flash_ctrlr.c')
-rw-r--r--src/soc/intel/apollolake/flash_ctrlr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/flash_ctrlr.c b/src/soc/intel/apollolake/flash_ctrlr.c
index aec29bc399..5f7d8049b2 100644
--- a/src/soc/intel/apollolake/flash_ctrlr.c
+++ b/src/soc/intel/apollolake/flash_ctrlr.c
@@ -190,7 +190,7 @@ unsigned int spi_crop_chunk(unsigned int cmd_len, unsigned int buf_len)
/*
* Write-protection status for BIOS region (BIOS_CONTROL register):
* EISS/WPD bits 00 01 10 11
- * -- -- -- --
+ * -- -- -- --
* normal mode RO RW RO RO
* SMM mode RO RW RO RW
*/