[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1283713226-8429-1-git-send-email-julia@diku.dk>
Date: Sun, 5 Sep 2010 21:00:18 +0200
From: Julia Lawall <julia@...u.dk>
To: linux-kernel@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org
Subject: [PATCH 0/8] Fix unsigned return type
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists