diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 14:44:45 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:34:12 +0000 |
commit | 40417725357c78a17c362377b77c83f8e9cbf53a (patch) | |
tree | edc0461d6b0555fe5fea275ffb818d01d09260c0 /src/drivers/intel | |
parent | cb0584ecdbe1c3b1508722b632c9e0178ed7bf52 (diff) |
drivers/intel/gma/intel_bios.h: Remove repeated word
Change-Id: I5866a5e3240e49119e29f728202b33dd82ceaf77
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49514
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/gma/intel_bios.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/intel/gma/intel_bios.h b/src/drivers/intel/gma/intel_bios.h index 558dae6aba..37e38aa338 100644 --- a/src/drivers/intel/gma/intel_bios.h +++ b/src/drivers/intel/gma/intel_bios.h @@ -206,8 +206,8 @@ struct old_child_dev_config { } __packed; /* This one contains field offsets that are known to be common for all BDB - * versions. Notice that the meaning of the contents contents may still change, - * but at least the offsets are consistent. */ + * versions. Notice that the meaning of the contents may still change, but + * at least the offsets are consistent. */ struct common_child_dev_config { u16 handle; u16 device_type; |