[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1345133558-23341-1-git-send-email-konrad.wilk@oracle.com>
Date: Thu, 16 Aug 2012 12:12:32 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To: linux-kernel@...r.kernel.org, xen-devel@...ts.xensource.com
Subject: [PATCH] Various cleanups in the code base found with sparse (v1) for v3.7.
I've been starting to run sparse to make sure we are not introducing
any potential issues. It does not report any in the Xen code-base but it
does reports a bit of the warnings so these take care of removing them.
Most of the warnings were of the type : <function or value> not declared.
And in some cases they just needed to be converted to 'static' or
the header file included in the C code.
--
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