Re: [PATCH] drm: remove the newline for CRC source name.

2019-06-10 Thread Sam Ravnborg
Hi Dingchen. On Mon, Jun 10, 2019 at 09:47:51AM -0400, Dingchen Zhang wrote: > userspace may transfer a newline, and this terminating newline > is replaced by a '\0' to avoid followup issues. > > 'len-1' is the index to replace the newline of CRC source name. > > v3: typo fix (Sam) > > v2: updat

RE: [PATCH] drm: remove the newline for CRC source name.

2019-06-10 Thread Zhang, Dingchen (David)
Wentland, Harry Subject: Re: [PATCH] drm: remove the newline for CRC source name. Hi Dingchen. Patch is much better now. On Fri, Jun 07, 2019 at 05:38:17PM -0400, Dingchen Zhang wrote: > userspace may transfer a newline, and this terminating newline is > replaced by a '\0' to a

Re: [PATCH] drm: remove the newline for CRC source name.

2019-06-08 Thread Sam Ravnborg
Hi Dingchen. Patch is much better now. On Fri, Jun 07, 2019 at 05:38:17PM -0400, Dingchen Zhang wrote: > userspace may transfer a newline, and this terminating newline > is replaced by a '\0' to avoid followup issues. > > 'n-1' is the index to replace the newline of CRC source name. I am a littl