public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2/4] security/selinux/ss/ebitmap.c: fix sparse warnings
@ 2005-03-19 13:19 domen
  2005-03-20 11:59 ` [patch 2/4 with proper signed-off] " Domen Puncer
  0 siblings, 1 reply; 2+ messages in thread
From: domen @ 2005-03-19 13:19 UTC (permalink / raw)
  To: sds; +Cc: jmorris, linux-kernel, domen, adobriyan




Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj-domen/security/selinux/ss/ebitmap.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff -puN security/selinux/ss/ebitmap.c~sparse-security_selinux_ss_ebitmap security/selinux/ss/ebitmap.c
--- kj/security/selinux/ss/ebitmap.c~sparse-security_selinux_ss_ebitmap	2005-03-18 20:05:32.000000000 +0100
+++ kj-domen/security/selinux/ss/ebitmap.c	2005-03-18 20:05:32.000000000 +0100
@@ -239,8 +239,9 @@ int ebitmap_read(struct ebitmap *e, void
 {
 	int rc;
 	struct ebitmap_node *n, *l;
-	u32 buf[3], mapsize, count, i;
-	u64 map;
+	__le32 buf[3];
+	u32 mapsize, count, i;
+	__le64 map;
 
 	ebitmap_init(e);
 
_

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

end of thread, other threads:[~2005-03-20 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-19 13:19 [patch 2/4] security/selinux/ss/ebitmap.c: fix sparse warnings domen
2005-03-20 11:59 ` [patch 2/4 with proper signed-off] " Domen Puncer

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