From: Jean Delvare <khali@linux-fr.org>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] PATCH: f71882fg move some io access from the
Date: Wed, 22 Oct 2008 07:42:21 +0000 [thread overview]
Message-ID: <20081022094221.52090369@hyperion.delvare> (raw)
In-Reply-To: <48FDE62B.7020607@redhat.com>
Hi Hans,
On Wed, 22 Oct 2008 09:34:41 +0200, Hans de Goede wrote:
> Jean Delvare wrote:
> > Really, you should use quilt. That would solve this problem.
>
> I hear lots of good things about quilt I'll try to use it next time around.
That's really easy:
$ quilt new hwmon-f71882fg-fix-stuff.patch
$ quilt add drivers/hwmon/f71882fg.c
# Edit the file, build, test, etc.
$ quilt diff # See your changes
$ quilt refresh # Write them to the disk
$ quilt head -e # Describe the patch and add your Signed-off-by
And send patches/hwmon-f71882fg-fix-stuff.patch.
Here's my ~/.quiltrc if you want to see what I consider sane defaults:
QUILT_REFRESH_ARGS="--diffstat --strip-trailing-whitespace"
QUILT_DIFF_ARGS="--color"
QUILT_DIFF_OPTS="-p"
QUILT_NO_DIFF_INDEX=1
EDITOR=nedit
If you need help with quilt, just ask, I'll be happy to help you get up
to speed quickly.
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2008-10-22 7:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-21 14:24 [lm-sensors] PATCH: f71882fg move some io access from the detect to Hans de Goede
2008-10-21 16:23 ` [lm-sensors] PATCH: f71882fg move some io access from the Jean Delvare
2008-10-21 18:14 ` Hans de Goede
2008-10-21 20:16 ` Jean Delvare
2008-10-22 7:34 ` Hans de Goede
2008-10-22 7:42 ` Jean Delvare [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=20081022094221.52090369@hyperion.delvare \
--to=khali@linux-fr.org \
--cc=lm-sensors@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.