public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Fix unsigned return type
@ 2010-09-05 18:59 Julia Lawall
  2010-09-05 19:00 ` [PATCH 1/8] drivers/video/matrox/matroxfb_maven.c: " Julia Lawall
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Julia Lawall @ 2010-09-05 18:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors

These patches fix some cases where a negative constant is returned from a
function that has an unsigned return type.  In most cases, the result of
every call to the function is stored in a signed variable, and thus the
unsigned in the return type can just dropped.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-09-07  1:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-05 18:59 [PATCH 0/8] Fix unsigned return type Julia Lawall
2010-09-05 19:00 ` [PATCH 1/8] drivers/video/matrox/matroxfb_maven.c: " Julia Lawall
2010-09-05 19:00 ` [PATCH 2/8] arch/x86/kernel/cpu/cpufreq: " Julia Lawall
2010-09-05 19:00 ` [PATCH 3/8] net/9p/trans_fd.c: " Julia Lawall
2010-09-07  1:39   ` David Miller
2010-09-05 19:00 ` [PATCH 4/8] drivers/i2c/busses/i2c-pasemi.c: " Julia Lawall
2010-09-06 16:30   ` [PATCH 4/8] drivers/i2c/busses/i2c-pasemi.c: Fix unsigned Olof Johansson
2010-09-05 19:00 ` [PATCH 5/8] drivers/atm/firestream.c: Fix unsigned return type Julia Lawall
2010-09-07  1:40   ` David Miller
2010-09-05 19:00 ` [PATCH 6/8] drivers/staging/comedi/drivers: " Julia Lawall
2010-09-05 19:00 ` [PATCH 8/8] drivers/net/wireless/iwlwifi/iwl-agn.c: Fix return value from an unsigned function Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox