On Thu, Apr 08, 2021 at 08:52:57AM +0000, Carlis wrote: > From: Xuezhi Zhang > > Fix the following coccicheck warning: > drivers/gpu/drm//panel/panel-dsi-cm.c:271:8-16: > WARNING: use scnprintf or sprintf > drivers/gpu/drm//panel/panel-dsi-cm.c:251:8-16: > WARNING: use scnprintf or sprintf > > Signed-off-by: Xuezhi Zhang > --- > v2: change snprint to snprintf in subject. > --- > drivers/gpu/drm/panel/panel-dsi-cm.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Nit: I suspect you might've just resent this from some private email address, but it's kind of hard to tell because you haven't been using at least the same name in both email addresses. However, if you're forwarding this patch on behalf of somebody else you need to add your own Signed-off-by: line. Reviewed-by: Thierry Reding