From: Wu Fengguang <fengguang.wu@intel.com>
To: akpm@linux-foundation.org
Cc: mm-commits@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: + readahead-record-mmap-read-around-states-in-file_ra_state-checkpatch -fixes.patch added to -mm tree
Date: Sat, 11 Apr 2009 12:25:46 +0800 [thread overview]
Message-ID: <20090411042546.GA7737@localhost> (raw)
In-Reply-To: <200904102341.n3ANfAxR022088@imap1.linux-foundation.org>
On Fri, Apr 10, 2009 at 04:41:09PM -0700, Andrew Morton wrote:
>
> The patch titled
> readahead-record-mmap-read-around-states-in-file_ra_state-checkpatch-fixes
> has been added to the -mm tree. Its filename is
> readahead-record-mmap-read-around-states-in-file_ra_state-checkpatch-fixes.patch
>
> Before you just go and hit "reply", please:
> a) Consider who else should be cc'ed
> b) Prefer to cc a suitable mailing list as well
> c) Ideally: find the original patch on the mailing list and do a
> reply-to-all to that, adding suitable additional cc's
>
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
>
> See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
> out what to do about this
>
> The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
>
> ------------------------------------------------------
> Subject: readahead-record-mmap-read-around-states-in-file_ra_state-checkpatch-fixes
> From: Andrew Morton <akpm@linux-foundation.org>
>
> ERROR: code indent should use tabs where possible
> #42: FILE: include/linux/mm.h:1202:
> +^I^I struct address_space *mapping,$
>
> total: 1 errors, 0 warnings, 83 lines checked
>
> /patches/readahead-record-mmap-read-around-states-in-file_ra_state.patch has style problems, please review. If any of these errors
> are false positives report them to the maintainer, see
> CHECKPATCH in MAINTAINERS.
>
> Please run checkpatch prior to sending patches
Thanks! I used to do the checks one by one:
scripts/checkpatch.pl `quilt top`
I'll switch to this script for more productive and complete checks:
#!/bin/sh
# Usage: ./check-series < patches/series
CHECKPATCH=/usr/src/linux/scripts/checkpatch.pl
while read patch
do
scripts/checkpatch.pl patches/$patch
done
Thanks,
Fengguang
prev parent reply other threads:[~2009-04-11 4:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-10 23:41 + readahead-record-mmap-read-around-states-in-file_ra_state-checkpatch-fixes.patch added to -mm tree akpm
2009-04-11 4:25 ` Wu Fengguang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090411042546.GA7737@localhost \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.