On Tue, 2012-01-17 at 19:19 -0800, Pradheep wrote:
> This patch fixes the formatting issues in like space , tab pointed by 
> checkpatch.pl
[]
> diff --git a/drivers/staging/android/pmem.c b/drivers/staging/android/pmem.c
[]
> @@ -936,7 +934,7 @@ int pmem_remap(struct pmem_region *region, struct file 
> *file,
>       if (unlikely(!PMEM_IS_PAGE_ALIGNED(region->offset) ||
>                !PMEM_IS_PAGE_ALIGNED(region->len))) {
>  #if PMEM_DEBUG
> -             printk("pmem: request for unaligned pmem suballocation "
> +             printk(KERN_INFO "pmem: request for unaligned pmem 
> suballocation "
>                      "%lx %lx\n", region->offset, region->len);

Most likely this should be
                pr_debug("request for unaligned pmem suballocation "%lx %lx\n",
                         region->offset, region->len);


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to