Message ID | 20220502093925.4118-5-seiden@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | s390x: Attestation tests | expand |
On 5/2/22 11:39, Steffen Eiden wrote: > Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Janosch Frank <frankja@linux.ibm.com> > --- > s390x/uv-guest.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/s390x/uv-guest.c b/s390x/uv-guest.c > index 728c60aa..fd2cfef1 100644 > --- a/s390x/uv-guest.c > +++ b/s390x/uv-guest.c > @@ -111,8 +111,6 @@ static void test_sharing(void) > cc = uv_call(0, (u64)&uvcb); > report(cc == 0 && uvcb.header.rc == UVC_RC_EXECUTED, "unshare"); > report_prefix_pop(); > - > - report_prefix_pop(); > } > > static struct {
diff --git a/s390x/uv-guest.c b/s390x/uv-guest.c index 728c60aa..fd2cfef1 100644 --- a/s390x/uv-guest.c +++ b/s390x/uv-guest.c @@ -111,8 +111,6 @@ static void test_sharing(void) cc = uv_call(0, (u64)&uvcb); report(cc == 0 && uvcb.header.rc == UVC_RC_EXECUTED, "unshare"); report_prefix_pop(); - - report_prefix_pop(); } static struct {
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> --- s390x/uv-guest.c | 2 -- 1 file changed, 2 deletions(-)