]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/sgi-xp/xpc_partition.c
sgi-xp: eliminate '>>>' in comments
[linux-2.6-omap-h63xx.git] / drivers / misc / sgi-xp / xpc_partition.c
index 9f104450478f7394ac1b2811a814fbaa5aa61c18..73a92957b8003b2362d00595a1f3086491d30be6 100644 (file)
@@ -91,7 +91,7 @@ xpc_get_rsvd_page_pa(int nasid)
                if (status != SALRET_MORE_PASSES)
                        break;
 
-               /* >>> L1_CACHE_ALIGN() is only a sn2-bte_copy requirement */
+               /* !!! L1_CACHE_ALIGN() is only a sn2-bte_copy requirement */
                if (L1_CACHE_ALIGN(len) > buf_len) {
                        kfree(buf_base);
                        buf_len = L1_CACHE_ALIGN(len);