From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH] Various cleanups in the code base found with sparse (v1) for v3.7. Date: Thu, 16 Aug 2012 12:12:32 -0400 Message-ID: <1345133558-23341-1-git-send-email-konrad.wilk@oracle.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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 : not declared. And in some cases they just needed to be converted to 'static' or the header file included in the C code.