From 4d00a4e9c21c65211a3f6a123184ea4f6b1894e0 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 10 May 2007 22:22:49 -0700 Subject: [PATCH] --- yaml --- r: 55907 b: refs/heads/master c: 98091696653e8ac32a2653589923acd8198777ac h: refs/heads/master i: 55905: eee6f4329c2247289a8e076fce57f6cd29c2de08 55903: c376a2b48162d61efa9c7d97dc99a2743812ab76 v: v3 --- [refs] | 2 +- trunk/Documentation/SubmitChecklist | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4ea816885737..834d0ec5ee4f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84ea77635b91a6ca1c0c592ee5ddc0c780856b97 +refs/heads/master: 98091696653e8ac32a2653589923acd8198777ac diff --git a/trunk/Documentation/SubmitChecklist b/trunk/Documentation/SubmitChecklist index 6491b2c45dd4..3af3e65cf43b 100644 --- a/trunk/Documentation/SubmitChecklist +++ b/trunk/Documentation/SubmitChecklist @@ -73,9 +73,9 @@ kernel patches. If the new code is substantial, addition of subsystem-specific fault injection might be appropriate. -22: Newly-added code has been compiled with `gcc -W'. This will generate - lots of noise, but is good for finding bugs like "warning: comparison - between signed and unsigned". +22: Newly-added code has been compiled with `gcc -W' (use "make + EXTRA_CFLAGS=-W"). This will generate lots of noise, but is good for + finding bugs like "warning: comparison between signed and unsigned". 23: Tested after it has been merged into the -mm patchset to make sure that it still works with all of the other queued patches and various