diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/iommu.c')
| -rw-r--r-- | arch/powerpc/platforms/cell/iommu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/platforms/cell/iommu.c b/arch/powerpc/platforms/cell/iommu.c index dca213666747..e56bb651da1a 100644 --- a/arch/powerpc/platforms/cell/iommu.c +++ b/arch/powerpc/platforms/cell/iommu.c @@ -728,7 +728,7 @@ static struct cbe_iommu * __init cell_iommu_alloc(struct device_node *np)  		 nid, np->full_name);  	/* XXX todo: If we can have multiple windows on the same IOMMU, which -	 * isn't the case today, we probably want here to check wether the +	 * isn't the case today, we probably want here to check whether the  	 * iommu for that node is already setup.  	 * However, there might be issue with getting the size right so let's  	 * ignore that for now. We might want to completely get rid of the |