lkml.org 
[lkml]   [2003]   [Jun]   [28]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 28 Jun 2003 16:00:13 -0700
FromAndrew Morton <>
SubjectRe: 2.5.73-mm2
William Lee Irwin III <wli@holomorphy.com> wrote:
>
>  Here's highpmd.

I taught patch-scripts a new trick:

check_patch()
{
	if grep "^+.*[ 	]$" $P/patches/$1.patch
	then
		echo warning: $1 adds trailing whitespace
	fi
}

+       if (pmd_table != pmd_offset_kernel(pgd, 0)) 
+       pmd = pmd_offset_kernel(pgd, address);         
+#define __pgd_page(pgd)                (__bpn_to_ba(pgd_val(pgd))) 
warning: highpmd adds trailing whitespace
You're far from the worst.   There's some editor out there which
adds trailing tabs all over the place.  I edited the diff.

What architectures has this been tested on?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:37    [from the cache]
©2003-2008