]> Joshua Wise's Git repositories - netwatch.git/commitdiff
Correct header from smram-ich2.c.
authorJoshua Wise <joshua@ainfvec.fac.cs.cmu.edu>
Sat, 3 Oct 2009 06:42:47 +0000 (02:42 -0400)
committerJoshua Wise <joshua@ainfvec.fac.cs.cmu.edu>
Sat, 3 Oct 2009 06:42:47 +0000 (02:42 -0400)
ich2/smram-ich2.c

index 36e750f078aec73653e88a5f1da596893bf045cd..044191429b54458bfca85eb1b9bdfc7e54f3f358 100644 (file)
@@ -1,4 +1,4 @@
-/* ich2-timer.c
+/* smram-ich2.c
  * SMRAM access utility for ICH2 chipset
  * NetWatch system management mode administration console
  *
@@ -149,7 +149,7 @@ int smram_aseg_set_state (int open) {
 
        if (smram_locked())
                return -1;
-               
+
        smramc = pci_read8(0, 0, 0, SMRAMC);
 
        switch (open)
This page took 0.024725 seconds and 4 git commands to generate.