From: Ingo Molnar <mingo@elte.hu>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/3] sched: fix signedness warnings in sched.c
Date: Sun, 17 Feb 2008 17:32:52 +0100 [thread overview]
Message-ID: <20080217163252.GH6006@elte.hu> (raw)
In-Reply-To: <1203098196.15275.7.camel@brick>
* Harvey Harrison <harvey.harrison@gmail.com> wrote:
> Unsigned long values are always assigned to switch_count,
> make it unsigned long.
>
> kernel/sched.c:3897:15: warning: incorrect type in assignment (different signedness)
> kernel/sched.c:3897:15: expected long *switch_count
> kernel/sched.c:3897:15: got unsigned long *<noident>
> kernel/sched.c:3921:16: warning: incorrect type in assignment (different signedness)
> kernel/sched.c:3921:16: expected long *switch_count
> kernel/sched.c:3921:16: got unsigned long *<noident>
thanks, applied.
Ingo
prev parent reply other threads:[~2008-02-17 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-15 17:56 Harvey Harrison
2008-02-17 16:32 ` Ingo Molnar [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=20080217163252.GH6006@elte.hu \
--to=mingo@elte.hu \
--cc=harvey.harrison@gmail.com \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome