summaryrefslogtreecommitdiff
path: root/drivers/staging/slicoss/slicdbg.h
diff options
context:
space:
mode:
authorLior Dotan <liodot@gmail.com>2008-10-04 07:10:28 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-10 15:31:13 -0700
commite9eff9d6a0d14fa2e85953ce4115d243ff575e78 (patch)
treef18c27169b41dcc9826057e964e1dbc588c058da /drivers/staging/slicoss/slicdbg.h
parentdf20d69ec968b33526461457c219ad4ba8ba8ac8 (diff)
Staging: SLICOSS: lots of checkpatch fixes
Major cleanups of checkpatch warnings from the slicoss driver. From: Lior Dotan <liodot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/slicoss/slicdbg.h')
-rw-r--r--drivers/staging/slicoss/slicdbg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/slicoss/slicdbg.h b/drivers/staging/slicoss/slicdbg.h
index c1be56f96279..c54e44fb1f63 100644
--- a/drivers/staging/slicoss/slicdbg.h
+++ b/drivers/staging/slicoss/slicdbg.h
@@ -2,7 +2,6 @@
*
* Copyright (c) 2000-2002 Alacritech, Inc. All rights reserved.
*
- * $Id: slicdbg.h,v 1.2 2006/03/27 15:10:04 mook Exp $
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -66,7 +65,7 @@
#ifdef CONFIG_X86_64
#define VALID_ADDRESS(p) (1)
#else
-#define VALID_ADDRESS(p) (((ulong32)(p) & 0x80000000) || ((ulong32)(p) == 0))
+#define VALID_ADDRESS(p) (((u32)(p) & 0x80000000) || ((u32)(p) == 0))
#endif
#ifndef ASSERT
#define ASSERT(a) \