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

2019-06-06 Thread Harry Wentland
Thanks for the quick follow-up to Sam. Drop the word "actually" from the patch subject line. It's generally helpful to generate a 2nd version of the patch with '-v 2', and to leave a description what v2 changed. Also CC anyone who previously commented. On 2019-06-05 2:35 p.m., Dingchen Zhang

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

2019-06-05 Thread Sam Ravnborg
Hi Dingchen. Thanks for the quick follow-up. On Wed, Jun 05, 2019 at 02:35:56PM -0400, Dingchen Zhang wrote: > 'n-1' is the index to replace the newline character of CRC source name. subject is much better now. It would be fine if the body of the changelog conveyed the same message. The body

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

2019-06-05 Thread Dingchen Zhang
'n-1' is the index to replace the newline character of CRC source name. Cc: Leo Li Cc: Harry Wentland Signed-off-by: Dingchen Zhang --- drivers/gpu/drm/drm_debugfs_crc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_debugfs_crc.c