kernel/drivers/video/fbdev/xen-fbfront.c
.. .. @@ -328,7 +328,7 @@ 328 328 return 0; 329 329 } 330 330 331 -static struct fb_ops xenfb_fb_ops = {331 +static const struct fb_ops xenfb_fb_ops = {332 332 .owner = THIS_MODULE, 333 333 .fb_read = fb_sys_read, 334 334 .fb_write = xenfb_write, .. .. @@ -677,7 +677,7 @@ 677 677 case XenbusStateClosed: 678 678 if (dev->state == XenbusStateClosed) 679 679 break; 680 - /* Missed the backend's CLOSING state -- fallthrough */680 + fallthrough; /* Missed the backend's CLOSING state */681 681 case XenbusStateClosing: 682 682 xenbus_frontend_closed(dev); 683 683 break;