If you want to submit it, I can walk you through i...
# │firmware-dev
c
If you want to submit it, I can walk you through it. You'll want to write a good commit message (look at the file's history for some inspiration about what the subject line should be, write a paragraph or two explaining what you changed and why you did it the way you did, end with a
Signed-off-by: Your Name <your@mail.com>
) and save it as a .patch with
git format-patch
. Use the
scripts/get_maintainer.pl
script to analyze your patch so it can suggest who to mail it to. Then use
git send-email
to send it to those recipients.