2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Remove "generic" from all printing function names. This is the default

mode now so no need to mention it explicitly.
Rename print_vid_info to print_chip_vid and move it around for
consistency.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4728 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-08-26 21:26:20 +00:00
parent eaeaffb89b
commit 2ee12591df
3 changed files with 30 additions and 30 deletions

View File

@@ -160,7 +160,7 @@ static void do_a_print(const sensors_chip_name *name)
if (do_raw)
print_chip_raw(name);
else
print_generic_chip(name);
print_chip(name);
printf("\n");
}