diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-07 12:12:58 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-09 15:49:08 +0000 |
commit | 6de6571f1c362c43dbfd04c79d1ddedcb953c724 (patch) | |
tree | 7aabb5a1a34216b79f2a557edd0cf74c5472c8b5 /src/superio/smsc/sio1036/sio1036.h | |
parent | 089b6857615a3bbf9c28b8e658da6b768650692f (diff) |
src/superio: Fix typo and remove unneeded whitespace
Change-Id: Iadc28d1632aa9b7d0b028c229049a348d5c07882
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27875
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/superio/smsc/sio1036/sio1036.h')
-rw-r--r-- | src/superio/smsc/sio1036/sio1036.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/sio1036/sio1036.h b/src/superio/smsc/sio1036/sio1036.h index 37ef041aec..683dcd113e 100644 --- a/src/superio/smsc/sio1036/sio1036.h +++ b/src/superio/smsc/sio1036/sio1036.h @@ -20,7 +20,7 @@ #define UART_POWER_DOWN (1 << 7) #define LPT_POWER_DOWN (1 << 2) -#define IR_OUPUT_MUX (1 << 6) +#define IR_OUTPUT_MUX (1 << 6) #include <arch/io.h> #include <stdint.h> |