From: Greg KH <gregkh@linuxfoundation.org>
To: Walt Feasel <waltfeasel@gmail.com>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [STYLE]staging:braille:braille_console.c [1/2]
Date: Mon, 14 Nov 2016 15:29:10 +0100 [thread overview]
Message-ID: <20161114142910.GA3182@kroah.com> (raw)
In-Reply-To: <1478826727-14635-1-git-send-email-waltfeasel@gmail.com>
On Thu, Nov 10, 2016 at 08:12:07PM -0500, Walt Feasel wrote:
> Made suggested modifications from checkpatch in reference
> to ERROR: Use 4 digit octal (0777) not decimal permissions
>
> Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
> ---
> drivers/accessibility/braille/braille_console.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
{sigh}
Ok, I count over a hundred different patches from you in my inbox for
review. That's great, but you need to redo them so that I can review
them.
First off, your Subject: lines are a bit odd. You don't need the
"[STYLE]" portion, and you move around the [1/2] from the front to the
end. Also, you aren't using git to number them, so they go from 9/12 to
10/12, which does not sort (it should be 09/12).
So please, use git to create the patch series.
Look at other patches sent to the lists for how to get good subjects,
don't use the same subject for multiple patches, that is an easy grounds
for rejection, and please put space characters after ':'.
Also say what you are doing in the subject, you don't do that here at
all.
So, for example, this Subject should be:
[PATCH] staging: speakup: braille_console.c: use octal mode values
Read the file, Documentation/SubmittingPatches for a good description of
how to make a good subject.
Second, your patches are not threaded at all. If you use 'git
send-email' they will all be linked up properly, making it much easier
for me to apply them, and for others to just delete them when they don't
care about the patch series.
So use 'git send-email' please.
And when using git send-email, send out patches in batches for a
specific driver, don't send out multiple series for the same driver, as
then I don't know which to accept or not.
Thirdly, please properly cc: the maintainers and developers of the
drivers you are modifying. Use 'scripts/get_maintainers.pl' to do this.
You seem to do it in some places, but not all, so it's hard to know what
is going on there.
And lastly, slow down a bit. Try all of this out on a single patch
series first. Once you get them accepted, then keep going, and work on
more. I don't want to see you waste energy on things that don't get
accepted (like all of these patches).
Does this help?
Right now I'm going to drop all of the patches you sent me, so please,
work on the above things and start to slowly resend them, in the proper
format, so that I can accept them and merge them to the kernel tree,
which is what we both want to see happen.
thanks,
greg k-h
prev parent reply other threads:[~2016-11-14 14:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-11 1:12 [PATCH] [STYLE]staging:braille:braille_console.c [1/2] Walt Feasel
2016-11-14 14:29 ` Greg KH [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=20161114142910.GA3182@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=waltfeasel@gmail.com \
/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.