]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/edac/cell_edac.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / edac / cell_edac.c
index c973004c002cd23125665d55ab6f1d81e34ef202..db1df59ae2b6f72c739eba721ea051d2fc66bc5a 100644 (file)
@@ -47,7 +47,7 @@ static void cell_edac_count_ce(struct mem_ctl_info *mci, int chan, u64 ar)
        offset = address & ~PAGE_MASK;
        syndrome = (ar & 0x000000001fe00000ul) >> 21;
 
-       /* TODO: Decoding of the error addresss */
+       /* TODO: Decoding of the error address */
        edac_mc_handle_ce(mci, csrow->first_page + pfn, offset,
                          syndrome, 0, chan, "");
 }
@@ -68,7 +68,7 @@ static void cell_edac_count_ue(struct mem_ctl_info *mci, int chan, u64 ar)
        pfn = address >> PAGE_SHIFT;
        offset = address & ~PAGE_MASK;
 
-       /* TODO: Decoding of the error addresss */
+       /* TODO: Decoding of the error address */
        edac_mc_handle_ue(mci, csrow->first_page + pfn, offset, 0, "");
 }