X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Famdtools%2Fparse-bkdg.pl;h=8ef93b7616d4e7f5437cda33db2a74ae15d37fef;hb=c302d20ed3f67f863e02dce51aeef8aa90ef2742;hp=d359e4abe7d018fac41ee660ab0714c7ff57f259;hpb=3d83cff04baaa5ba98e7ab373524dbf57f5312da;p=coreboot.git diff --git a/util/amdtools/parse-bkdg.pl b/util/amdtools/parse-bkdg.pl index d359e4abe..8ef93b761 100755 --- a/util/amdtools/parse-bkdg.pl +++ b/util/amdtools/parse-bkdg.pl @@ -191,7 +191,7 @@ while (<>) { $previous_start = $start; $previous_stop = $stop; - # the 'range' field is not useful in this instance, but used in the 'fields' version of this block to easily go + # the 'range' field is not useful in this instance, but used in the 'fields' version of this block to easily go # from a bit position to the corresponding range. my $str = " \$info{'$registers[0]'}{'ranges'}{'" . $f[0] . "'}{'function'} = \"" . $f[2] . "\"; @@ -260,7 +260,7 @@ sub multiply { my $tmp = $str; $tmp =~ s/\{'$range'\}/{'$i'}/g; $tmp =~ s/\{'ranges'\}/{'fields'}/g; - $tmp .= + $tmp .= $output .= $tmp; }