From mboxrd@z Thu Jan 1 00:00:00 1970 From: ehrhardt@linux.vnet.ibm.com Subject: [PATCH] kvm-userspace: fix file header in libkvm-powerpc.c Date: Tue, 15 Jul 2008 08:17:05 +0200 Message-ID: <1216102625-15425-1-git-send-email-ehrhardt@linux.vnet.ibm.com> Cc: hollisb@us.ibm.com, avi@qumranet.com, kvm-ppc@vger.kernel.org, ehrhardt@linux.vnet.ibm.com, borntraeger@de.ibm.com To: kvm@vger.kernel.org Return-path: Received: from mtagate3.uk.ibm.com ([195.212.29.136]:42577 "EHLO mtagate3.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754136AbYGOGRf (ORCPT ); Tue, 15 Jul 2008 02:17:35 -0400 Sender: kvm-owner@vger.kernel.org List-ID: From: Christian Ehrhardt It came up in the review of the s390 libkvm code that we have some broken headers too. Signed-off-by: Christian Ehrhardt --- [diffstat] libkvm-powerpc.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) [diff] diff --git a/libkvm/libkvm-powerpc.c b/libkvm/libkvm-powerpc.c --- a/libkvm/libkvm-powerpc.c +++ b/libkvm/libkvm-powerpc.c @@ -1,10 +1,7 @@ /* - * This header is for functions & variables that will ONLY be - * used inside libkvm for x86. - * THESE ARE NOT EXPOSED TO THE USER AND ARE ONLY FOR USE - * WITHIN LIBKVM. - * - * derived from libkvm.c + * This file contains the powerpc specific implementation for the + * architecture dependent functions defined in kvm-common.h and + * libkvm.h * * Copyright (C) 2006 Qumranet, Inc. * @@ -12,11 +9,10 @@ * Avi Kivity * Yaniv Kamay * - * Copyright 2007 IBM Corporation. - * Added by & Authors: + * Copyright IBM Corp. 2007,2008 + * Added by: * Jerone Young * Christian Ehrhardt - * * * This work is licensed under the GNU LGPL license, version 2. */