hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/acpi/acpica/acmacros.h
....@@ -3,7 +3,7 @@
33 *
44 * Name: acmacros.h - C macros for the entire subsystem.
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -462,7 +462,7 @@
462462 #define ACPI_IS_OCTAL_DIGIT(d) (((char)(d) >= '0') && ((char)(d) <= '7'))
463463
464464 /*
465
- * Macors used for the ASL-/ASL+ converter utility
465
+ * Macros used for the ASL-/ASL+ converter utility
466466 */
467467 #ifdef ACPI_ASL_COMPILER
468468
....@@ -477,7 +477,7 @@
477477 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) cv_print_one_comment_type (a,b,c,d);
478478 #define ASL_CV_PRINT_ONE_COMMENT_LIST(a,b) cv_print_one_comment_list (a,b);
479479 #define ASL_CV_FILE_HAS_SWITCHED(a) cv_file_has_switched(a)
480
-#define ASL_CV_INIT_FILETREE(a,b,c) cv_init_file_tree(a,b,c);
480
+#define ASL_CV_INIT_FILETREE(a,b) cv_init_file_tree(a,b);
481481
482482 #else
483483
....@@ -492,7 +492,7 @@
492492 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d)
493493 #define ASL_CV_PRINT_ONE_COMMENT_LIST(a,b)
494494 #define ASL_CV_FILE_HAS_SWITCHED(a) 0
495
-#define ASL_CV_INIT_FILETREE(a,b,c)
495
+#define ASL_CV_INIT_FILETREE(a,b)
496496
497497 #endif
498498