Nico Huber has submitted this change. ( https://review.coreboot.org/c/flashrom/+/62897 )
Change subject: hwaccess_x86_msr: drop outdated comment ......................................................................
hwaccess_x86_msr: drop outdated comment
Change-Id: Ia361f7f3392b4f58a33f3e2d3b5f8f4340c388b3 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com Reviewed-on: https://review.coreboot.org/c/flashrom/+/62897 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Paul Menzel paulepanter@mailbox.org --- M hwaccess_x86_msr.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/hwaccess_x86_msr.c b/hwaccess_x86_msr.c index 1fbfa9e..98e51d4 100644 --- a/hwaccess_x86_msr.c +++ b/hwaccess_x86_msr.c @@ -17,7 +17,7 @@ */
/* MSR abstraction implementations for Linux, OpenBSD, FreeBSD/Dragonfly, OSX, libpayload - * and a non-working default implementation on the bottom. See also hwaccess.h for some (re)declarations. + * and a non-working default implementation on the bottom. */
#include "hwaccess_x86_msr.h"
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.