Use names for output functions in the form dt_to_*() instead of

write_dt_*() for consistency with the dt_from_*() input functions.
This commit is contained in:
David Gibson 2005-10-26 16:56:26 +10:00
parent f040d95b84
commit 712e52e438
4 changed files with 9 additions and 9 deletions

View file

@ -144,7 +144,7 @@ static void write_tree_source_node(FILE *f, struct node *tree, int level)
}
void write_tree_source(FILE *f, struct boot_info *bi)
void dt_to_source(FILE *f, struct boot_info *bi)
{
struct reserve_info *re;