ret = lynxfb_set_color_offsets(info);
 
-       var->height = var->width = -1;
+       var->height = -1;
+       var->width = -1;
        var->accel_flags = 0;/*FB_ACCELF_TEXT;*/
 
        if (ret) {
                return ret;
        }
 
-       var->height = var->width = -1;
+       var->height = -1;
+       var->width = -1;
        var->accel_flags = 0;/* FB_ACCELF_TEXT; */
 
        /* check if current fb's video memory big enough to hold the onscreen*/
                0x800f0 + (int)crtc->channel * 0x140;
 
        pr_info("crtc->cursor.mmio = %p\n", crtc->cursor.mmio);
-       crtc->cursor.max_h = crtc->cursor.max_w = 64;
+       crtc->cursor.max_h = 64;
+       crtc->cursor.max_w = 64;
        crtc->cursor.size = crtc->cursor.max_h * crtc->cursor.max_w * 2 / 8;
        crtc->cursor.vstart = sm750_dev->pvMem + crtc->cursor.offset;
 
        if (!sm750_dev)
                return err;
 
-       sm750_dev->fbinfo[0] = sm750_dev->fbinfo[1] = NULL;
+       sm750_dev->fbinfo[0] = NULL;
+       sm750_dev->fbinfo[1] = NULL;
        sm750_dev->devid = pdev->device;
        sm750_dev->revid = pdev->revision;
        sm750_dev->pdev = pdev;