From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: My first patch - patch for adl_pci9118.c
Date: Sat, 18 Nov 2017 13:19:33 +0100 [thread overview]
Message-ID: <20171118121933.GA25331@kroah.com> (raw)
In-Reply-To: <c52bb4e0-01b0-881c-0f92-05b8fcfbc6b4@gmail.com>
On Sat, Nov 18, 2017 at 01:07:30PM +0100, Fabian Baumanis wrote:
> Hi there,
>
> this morning i created my first patch for the Linux kernel.
> It fixes a style issue which was reported by using checkpatch.pl on
> drivers/staging/comedi/drivers/adl_pci9118.c
>
> Although it's a very small patch, i hope this is useful.
> My question now is: how can i submit the patch to the developers?
Please read Documentation/SubmittingPatches for the steps for how to
submit a patch.
> Best regards and have a nice weekend,
> Fabian
>
> 949,950c949
> < if ((cmd->flags & CMDF_WAKE_EOS) &&
> < (cmd->scan_end_arg == 1)) {
> ---
> > if cmd->flags & CMDF_WAKE_EOS && cmd->scan_end_arg == 1 {
Have you built the code with your change applied? Always do that first
:)
thanks,
greg k-h
prev parent reply other threads:[~2017-11-18 12:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-18 12:07 My first patch - patch for adl_pci9118.c Fabian Baumanis
2017-11-18 12:19 ` 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=20171118121933.GA25331@kroah.com \
--to=greg@kroah.com \
--cc=kernelnewbies@lists.kernelnewbies.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.