summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/i915io.h
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-10-27 15:50:02 +0100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2013-11-24 05:37:02 +0100
commit2186b6538ede48fbbf8a250b96e58780bfdae082 (patch)
tree84a7f10eb8649a99da4b3c56cbe22b9fb4aa74eb /src/mainboard/lenovo/x60/i915io.h
parent33b09567d291d3e07429c94e38ec6210435c42c1 (diff)
downloadcoreboot-2186b6538ede48fbbf8a250b96e58780bfdae082.tar.xz
lenovo/x60: native vga init: fix code style issues.
Change-Id: I054edffbb38b13559da10180fc2c6cd9929ba162 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Reviewed-on: http://review.coreboot.org/3999 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x60/i915io.h')
-rw-r--r--src/mainboard/lenovo/x60/i915io.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x60/i915io.h b/src/mainboard/lenovo/x60/i915io.h
index 6c5fb34e71..8f37d9b21a 100644
--- a/src/mainboard/lenovo/x60/i915io.h
+++ b/src/mainboard/lenovo/x60/i915io.h
@@ -52,7 +52,7 @@
* 2 -> print IO ops
* 4 -> print the number of times we spin on a register in a poll
* 8 -> restore whatever the previous verbosity level was
- * (only one deep stack)
+ * (only one deep stack)
*
* Again, this is not really meant for human consumption. There is not a poll
* operator as such because, sometimes, there is a read/write/read where the
@@ -84,4 +84,3 @@ u32 pack_aux(u32 *src, int src_bytes);
void unpack_aux(u32 src, u32 *dst, int dst_bytes);
int intel_dp_aux_ch(u32 ch_ctl, u32 ch_data, u32 *send, int send_bytes,
u32 *recv, int recv_size);
-