From: john stultz <johnstul@us.ibm.com>
To: "Peter Hüwe" <PeterHuewe@gmx.de>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>,
Thomas Gleixner <tglx@linutronix.de>,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 1/2] arch/avr32: Fix build failure caused by typo
Date: Wed, 21 Apr 2010 21:35:21 +0000 [thread overview]
Message-ID: <1271885721.3231.1.camel@localhost.localdomain> (raw)
In-Reply-To: <201004212318.23909.PeterHuewe@gmx.de>
On Wed, 2010-04-21 at 23:18 +0200, Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
>
> This little patch fixes a build failure[1] caused by a typo.
>
> Patch against linux-next20100421
>
> References:
> [1]http://kisskb.ellerman.id.au/kisskb/buildresult/2448162/
>
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Ah! Sorry about that. Thanks so much for catching this!
-john
> ---
> arch/avr32/kernel/time.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c
> index a047d69..668ed28 100644
> --- a/arch/avr32/kernel/time.c
> +++ b/arch/avr32/kernel/time.c
> @@ -112,7 +112,7 @@ static struct clock_event_device comparator = {
>
> void read_persistent_clock(struct timespec *ts)
> {
> - ts->tv.sec = mktime(2007, 1, 1, 0, 0, 0);
> + ts->tv_sec = mktime(2007, 1, 1, 0, 0, 0);
> ts->tv_nsec = 0;
> }
>
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2010-04-21 21:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-21 21:18 [PATCH 1/2] arch/avr32: Fix build failure caused by typo Peter Hüwe
2010-04-21 21:35 ` john stultz [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=1271885721.3231.1.camel@localhost.localdomain \
--to=johnstul@us.ibm.com \
--cc=PeterHuewe@gmx.de \
--cc=hskinnemoen@atmel.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox