On Thu, 8 Apr 2021 15:14:04 +0200 Thierry Reding <thierry.red...@gmail.com> wrote:
> On Thu, Apr 08, 2021 at 08:52:57AM +0000, Carlis wrote: > > From: Xuezhi Zhang <zhangxuez...@yulong.com> > > > > 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 <zhangxuez...@yulong.com> > > --- > > 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 <tred...@nvidia.com> Hi, the email address of llyz...@163.com is my private email address, and zhangxue...@yulng.com is my company email address, and Carlis is my English name ,Xuezhi Zhang is my Chinese name, i will use the Chinese name to send the emails and patchs in the future. thanks, Xuezhi Zhang