Re: [PATCH 02/10] sparc64: rename iommu_num_pages function toiommu_nr_pages

From: David Miller
Date: Mon Aug 04 2008 - 17:27:58 EST


From: Joerg Roedel <joerg.roedel@xxxxxxx>
Date: Mon, 4 Aug 2008 18:04:42 +0200

> @@ -35,7 +35,7 @@
>
> #define SG_ENT_PHYS_ADDRESS(SG) (__pa(sg_virt((SG))))
>
> -static inline unsigned long iommu_num_pages(unsigned long vaddr,
> +static inline unsigned long iommu_nr_pages(unsigned long vaddr,
> unsigned long slen)

Please, when you change the name of a function, fix up the indentation
of the arguments in the following lines of the declaration so that they
still line up properly.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/