[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 5/9] arm: vgic: typo s/securty/security/
On Wed, 6 Mar 2013, Ian Campbell wrote: > From: Ian Campbell <ian.campbell@xxxxxxxxxx> > > At least we were consistent, but lets be correct too > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> > xen/arch/arm/vgic.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/xen/arch/arm/vgic.c b/xen/arch/arm/vgic.c > index 8efcefc..dbfcd04 100644 > --- a/xen/arch/arm/vgic.c > +++ b/xen/arch/arm/vgic.c > @@ -286,7 +286,7 @@ static int vgic_distr_mmio_read(struct vcpu *v, > mmio_info_t *info) > return 1; > > case GICD_NSACR ... GICD_NSACRN: > - /* We do not implement securty extensions for guests, read zero */ > + /* We do not implement security extensions for guests, read zero */ > goto read_as_zero; > > case GICD_SGIR: > @@ -396,7 +396,7 @@ static int vgic_distr_mmio_write(struct vcpu *v, > mmio_info_t *info) > goto write_ignore; > > case GICD_IGROUPR ... GICD_IGROUPRN: > - /* We do not implement securty extensions for guests, write ignore */ > + /* We do not implement security extensions for guests, write ignore > */ > goto write_ignore; > > case GICD_ISENABLER ... GICD_ISENABLERN: > @@ -494,7 +494,7 @@ static int vgic_distr_mmio_write(struct vcpu *v, > mmio_info_t *info) > return 1; > > case GICD_NSACR ... GICD_NSACRN: > - /* We do not implement securty extensions for guests, write ignore */ > + /* We do not implement security extensions for guests, write ignore > */ > goto write_ignore; > > case GICD_SGIR: > -- > 1.7.10.4 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |