patch-2.4.25 linux-2.4.25/drivers/acpi/tables/tbxface.c
Next file: linux-2.4.25/drivers/acpi/tables/tbxfroot.c
Previous file: linux-2.4.25/drivers/acpi/tables/tbutils.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/acpi/tables/tbxface.c
- Orig date:
2003-08-25 04:44:41.000000000 -0700
diff -urN linux-2.4.24/drivers/acpi/tables/tbxface.c linux-2.4.25/drivers/acpi/tables/tbxface.c
@@ -6,7 +6,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2003, R. Byron Moore
+ * Copyright (C) 2000 - 2004, R. Byron Moore
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -251,7 +251,7 @@
/* Find all tables of the requested type */
table_desc = acpi_gbl_table_lists[table_type].next;
- while (table_desc); {
+ while (table_desc) {
/*
* Delete all namespace entries owned by this table. Note that these
* entries can appear anywhere in the namespace by virtue of the AML
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)