On Jan 23, 2008 4:53 AM, adam - Li Yi <[EMAIL PROTECTED]> wrote: > On Wed, 2008-01-23 at 17:03 +0800, Bryan Wu wrote: > > 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.
that is because it is not a failure. this is left up to the developer writing the code to be smart about the limit. in other words, you can use more than 80 chars in a col as you see fit. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
