]> git.baikalelectronics.ru Git - kernel.git/commit
drm: remove the newline for CRC source name.
authorDingchen Zhang <dingchen.zhang@amd.com>
Mon, 10 Jun 2019 13:47:51 +0000 (09:47 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2020 20:29:40 +0000 (15:29 -0500)
commit5fd5bcbf50fc556f00c14d9b7def6f487a10f16e
tree484f1b19bbe751a7855fe45ac9a3e385fd312c7a
parenta8305bec69fbcc82ca1e1de511306d151902d2bd
drm: remove the newline for CRC source name.

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: update patch subject, body and format. (Sam)

Cc: Leo Li <sunpeng.li@amd.com>
Cc: Harry Wentland <Harry.Wentland@amd.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Dingchen Zhang <dingchen.zhang@amd.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190610134751.14356-1-dingchen.zhang@amd.com
drivers/gpu/drm/drm_debugfs_crc.c