Changeset 5508
- Timestamp:
- 12/03/08 12:34:13 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect-stat.pl
r4970 r5508 4 4 # Statistical analysis of sensors-detect i2c addresses scanner 5 5 # Part of the lm_sensors project 6 # Copyright (C) 2003-200 7Jean Delvare <khali@linux-fr.org>6 # Copyright (C) 2003-2008 Jean Delvare <khali@linux-fr.org> 7 7 # 8 8 # This program is free software; you can redistribute it and/or modify … … 80 80 81 81 # Print the data. 82 printf " $fileknows \%d chips and scans \%d addresses.\n\n",83 $ chips, scalar keys %histo;82 printf "\%s knows \%d chips and scans \%d addresses.\n\n", 83 $file, $chips, scalar keys %histo; 84 84 print " 0 1 2 3 4 5 6 7 8 9 a b c d e f\n"; 85 85 for (my $i=0; $i<128; $i+=16)
