HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37510 )
Change subject: superio/smsc/lpc47n2{17,27}: Fix typo ......................................................................
superio/smsc/lpc47n2{17,27}: Fix typo
Change-Id: I29a42908af5699200216b7a0082e1417c90c95a6 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/superio/smsc/lpc47n217/early_serial.c M src/superio/smsc/lpc47n227/early_serial.c 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/37510/1
diff --git a/src/superio/smsc/lpc47n217/early_serial.c b/src/superio/smsc/lpc47n217/early_serial.c index 5fb8d7f..8037ee8 100644 --- a/src/superio/smsc/lpc47n217/early_serial.c +++ b/src/superio/smsc/lpc47n217/early_serial.c @@ -69,7 +69,7 @@ * true base port is programmed (see lpc47n217_enable_serial() below). * * @param dev High 8 bits = Super I/O port, low 8 bits = logical device number. - * @param enable 0 to disable, anythig else to enable. + * @param enable 0 to disable, anything else to enable. */ static void lpc47n217_pnp_set_enable(pnp_devfn_t dev, int enable) { diff --git a/src/superio/smsc/lpc47n227/early_serial.c b/src/superio/smsc/lpc47n227/early_serial.c index 42213b7..9e6ecd7 100644 --- a/src/superio/smsc/lpc47n227/early_serial.c +++ b/src/superio/smsc/lpc47n227/early_serial.c @@ -73,7 +73,7 @@ * true base port is programmed (see lpc47n227_enable_serial() below). * * @param dev High 8 bits = Super I/O port, low 8 bits = logical device number. - * @param enable 0 to disable, anythig else to enable. + * @param enable 0 to disable, anything else to enable. */ static void lpc47n227_pnp_set_enable(pnp_devfn_t dev, int enable) {
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37510 )
Change subject: superio/smsc/lpc47n2{17,27}: Fix typo ......................................................................
Patch Set 1: Code-Review+1
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37510 )
Change subject: superio/smsc/lpc47n2{17,27}: Fix typo ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37510 )
Change subject: superio/smsc/lpc47n2{17,27}: Fix typo ......................................................................
superio/smsc/lpc47n2{17,27}: Fix typo
Change-Id: I29a42908af5699200216b7a0082e1417c90c95a6 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/37510 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M src/superio/smsc/lpc47n217/early_serial.c M src/superio/smsc/lpc47n227/early_serial.c 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Felix Held: Looks good to me, approved
diff --git a/src/superio/smsc/lpc47n217/early_serial.c b/src/superio/smsc/lpc47n217/early_serial.c index 5fb8d7f..8037ee8 100644 --- a/src/superio/smsc/lpc47n217/early_serial.c +++ b/src/superio/smsc/lpc47n217/early_serial.c @@ -69,7 +69,7 @@ * true base port is programmed (see lpc47n217_enable_serial() below). * * @param dev High 8 bits = Super I/O port, low 8 bits = logical device number. - * @param enable 0 to disable, anythig else to enable. + * @param enable 0 to disable, anything else to enable. */ static void lpc47n217_pnp_set_enable(pnp_devfn_t dev, int enable) { diff --git a/src/superio/smsc/lpc47n227/early_serial.c b/src/superio/smsc/lpc47n227/early_serial.c index 42213b7..9e6ecd7 100644 --- a/src/superio/smsc/lpc47n227/early_serial.c +++ b/src/superio/smsc/lpc47n227/early_serial.c @@ -73,7 +73,7 @@ * true base port is programmed (see lpc47n227_enable_serial() below). * * @param dev High 8 bits = Super I/O port, low 8 bits = logical device number. - * @param enable 0 to disable, anythig else to enable. + * @param enable 0 to disable, anything else to enable. */ static void lpc47n227_pnp_set_enable(pnp_devfn_t dev, int enable) {