From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH] xen/arm: correct comment in enlighten.c Date: Thu, 15 Oct 2015 14:18:29 +0200 Message-ID: <561F9995.9070909__14671.5873889208$1444911616$gmane$org@suse.com> References: <1442236852-17317-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: David Vrabel , linux-kernel@vger.kernel.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org David or Stefano, On 09/14/2015 03:39 PM, Stefano Stabellini wrote: > On Mon, 14 Sep 2015, Juergen Gross wrote: >> Correct a comment in arch/arm/xen/enlighten.c referencing a wrong >> source file. >> >> Signed-off-by: Juergen Gross > > Acked-by: Stefano Stabellini does one of you plan to take this patch? Juergen > > >> arch/arm/xen/enlighten.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c >> index eeeab07..5421706 100644 >> --- a/arch/arm/xen/enlighten.c >> +++ b/arch/arm/xen/enlighten.c >> @@ -284,7 +284,7 @@ void xen_arch_resume(void) { } >> void xen_arch_suspend(void) { } >> >> >> -/* In the hypervisor.S file. */ >> +/* In the hypercall.S file. */ >> EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op); >> EXPORT_SYMBOL_GPL(HYPERVISOR_grant_table_op); >> EXPORT_SYMBOL_GPL(HYPERVISOR_xen_version); >> -- >> 2.1.4 >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ >