Modules/UDI - Fix use of 'bool' as a variable name
authorJohn Hodge <[email protected]>
Sat, 15 Mar 2014 07:59:01 +0000 (15:59 +0800)
committerJohn Hodge <[email protected]>
Sat, 15 Mar 2014 07:59:01 +0000 (15:59 +0800)
KernelLand/Modules/Interfaces/UDI/udi_lib/core/logging.c

index eef1070..ed24359 100644 (file)
@@ -43,7 +43,7 @@ void __udi_assert(const char *expr, const char *file, int line)
        UNIMPLEMENTED();
 }
 
-void udi_assert(udi_boolean_t bool)
+void udi_assert(udi_boolean_t bool_value)
 {
        UNIMPLEMENTED();
 }

UCC git Repository :: git.ucc.asn.au