]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/infiniband/hw/ehca/ipz_pt_fn.c
Pull acpi-debug into release branch
[linux-2.6-omap-h63xx.git] / drivers / infiniband / hw / ehca / ipz_pt_fn.c
index bf7a40088f61ad57f7830cc620306c1867286c11..9606f13ed0925c8d836b6a138e14459e0b4d9d43 100644 (file)
@@ -114,7 +114,7 @@ int ipz_queue_ctor(struct ipz_queue *queue,
         */
        f = 0;
        while (f < nr_of_pages) {
-               u8 *kpage = (u8*)get_zeroed_page(GFP_KERNEL);
+               u8 *kpage = (u8 *)get_zeroed_page(GFP_KERNEL);
                int k;
                if (!kpage)
                        goto ipz_queue_ctor_exit0; /*NOMEM*/