From 54406074426e2a4411c8a560e649ff16269eb8bd Mon Sep 17 00:00:00 2001 From: Al Stone ahs3@redhat.com Date: Fri, 31 Mar 2017 18:18:16 -0600 Subject: Corrected a missing '}' in the patch.
Signed-off-by: Al Stone ahs3@redhat.com --- update-big-endian.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/update-big-endian.patch b/update-big-endian.patch index 9ce3f06..0e93072 100644 --- a/update-big-endian.patch +++ b/update-big-endian.patch @@ -2814,7 +2814,7 @@ Index: acpica-unix2-20170303/source/components/disassembler/dmopcode.c if (NameString[0] != '_') { return; -@@ -884,25 +887,27 @@ AcpiDmDisassembleOneOp ( +@@ -884,25 +887,28 @@ AcpiDmDisassembleOneOp ( AcpiDmNamestring (Op->Common.Value.Name); break;
@@ -2837,6 +2837,7 @@ Index: acpica-unix2-20170303/source/components/disassembler/dmopcode.c - Info->BitOffset += (UINT32) Op->Common.Value.Integer; + Info->BitOffset += (UINT32) Op->Common.Value.Size; break; ++ }
case AML_INT_RESERVEDFIELD_OP:
scm-commits@lists.fedoraproject.org