On Wed, 2008-01-23 at 17:03 +0800, Bryan Wu wrote:
> Hi Yi,
> 
> This patch introduced some coding style issue:
> --
> $ ./scripts/checkpatch.pl up.patch 
> line over 80 characters
> #38: FILE: blackfin/mm/init.c:155:
> +       reservedpages += (_ramend - memory_end - DMA_UNCACHED_REGION) >> 
> PAGE_SHIFT;

The checking script for "svn commit" does not give error message of "80
characters", although it gives warning on "trailing white space". I will
fix it manually.

> and how about the name "Physical pages managed by kernel"?

This number is in fact (memory_end >> PAGE_SHIFT), the buddy system
manage pages between (0 - memory_end), I am not sure what is the good
name for this memory region..Or we just remove this line of message.

-Yi
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to