Re: 2.5.73-mm2

From: Andrew Morton (akpm@digeo.com)
Date: Sat Jun 28 2003 - 18:00:13 EST


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/



This archive was generated by hypermail 2b29 : Mon Jun 30 2003 - 22:00:29 EST