diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-04-24 17:52:01 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-26 15:05:18 +0000 |
commit | 4751390b61fcf61ad319dfb59857fa3d5c12ccda (patch) | |
tree | faa53a2ae18a40a3227eb58fe6d1f88d8eda2d1c /src/soc/intel/skylake | |
parent | fcbbb911162aa4dea1fc7fcc8794b22f86579fe8 (diff) | |
download | coreboot-4751390b61fcf61ad319dfb59857fa3d5c12ccda.tar.xz |
soc/intel/skylake/acpi/smbus.asl: Fix typo in comment
Change-Id: I2d0c90afe8acf8405da2cb6444e47dc98ad8cc9b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40691
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/skylake')
-rw-r--r-- | src/soc/intel/skylake/acpi/smbus.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/acpi/smbus.asl b/src/soc/intel/skylake/acpi/smbus.asl index 7f4d253daa..63976225a8 100644 --- a/src/soc/intel/skylake/acpi/smbus.asl +++ b/src/soc/intel/skylake/acpi/smbus.asl @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -// Intel SMBus Controller 0:1f.3 +// Intel SMBus Controller 0:1f.4 Device (SBUS) { |