diff options
author | Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> | 2013-10-17 15:35:26 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-10-17 16:40:35 -0700 |
commit | d8059302b374b351731ba503bb6f5bc88962d983 (patch) | |
tree | 03b8b99e2f88275b8d8007f33839d0427a18c0f7 /arch/x86/platform/mrst/early_printk_mrst.c | |
parent | 001d4c7aea587ce0865c07ec45aa56ecbefd431a (diff) | |
download | talos-op-linux-d8059302b374b351731ba503bb6f5bc88962d983.tar.gz talos-op-linux-d8059302b374b351731ba503bb6f5bc88962d983.zip |
mrst: Fixed indentation issues
Fixed indentation issues reported by checkpatch script in
mrst related files.
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Link: http://lkml.kernel.org/r/1382049336-21316-3-git-send-email-david.a.cohen@linux.intel.com
Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/platform/mrst/early_printk_mrst.c')
-rw-r--r-- | arch/x86/platform/mrst/early_printk_mrst.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/platform/mrst/early_printk_mrst.c b/arch/x86/platform/mrst/early_printk_mrst.c index 95880f7f34de..39ecc276cd84 100644 --- a/arch/x86/platform/mrst/early_printk_mrst.c +++ b/arch/x86/platform/mrst/early_printk_mrst.c @@ -219,7 +219,8 @@ static void early_mrst_spi_putc(char c) } /* Early SPI only uses polling mode */ -static void early_mrst_spi_write(struct console *con, const char *str, unsigned n) +static void early_mrst_spi_write(struct console *con, const char *str, + unsigned n) { int i; |