On 10/25/17 05:45, Max Staudt wrote: > @@ -117,17 +128,45 @@ static bool is_fb_compatible(struct fb_info *info) > */ > void bootsplash_render_full(struct fb_info *info) > { > + bool is_update = false; > + > mutex_lock(&splash_global.data_lock); > > - if (!is_fb_compatible(info)) > - goto out; > + /* If we've painted on this FB recently, we don't have to do > + * the sanity checks and background drawing again. > + */ multi-line comment style needs to be corrected in multiple places (in several of the patches). -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html