ACPICA: Core: Major update for code formatting, no functional changes
[deliverable/linux.git] / tools / power / acpi / tools / acpidump / apfiles.c
index a1c62de42a3bc479e04818df981885eb2e458a47..bbdf9e8e25bc64fb655cb9bfa0dd0d14b11577ac 100644 (file)
 
 static int ap_is_existing_file(char *pathname);
 
+/******************************************************************************
+ *
+ * FUNCTION:    ap_is_existing_file
+ *
+ * PARAMETERS:  pathname            - Output filename
+ *
+ * RETURN:      0 on success
+ *
+ * DESCRIPTION: Query for file overwrite if it already exists.
+ *
+ ******************************************************************************/
+
 static int ap_is_existing_file(char *pathname)
 {
 #ifndef _GNU_EFI
@@ -136,6 +148,7 @@ int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance)
        } else {
                ACPI_MOVE_NAME(filename, table->signature);
        }
+
        filename[0] = (char)tolower((int)filename[0]);
        filename[1] = (char)tolower((int)filename[1]);
        filename[2] = (char)tolower((int)filename[2]);
This page took 0.023695 seconds and 5 git commands to generate.