Commit 2f4ca1ba authored by Jingyu Wang's avatar Jingyu Wang Committed by Alex Deucher

drm/amdgpu: cleanup coding style in amdgpu_amdkfd.c

Fix everything checkpatch.pl complained about in amdgpu_amdkfd.c
Signed-off-by: default avatarJingyu Wang <jingyuwang_vip@163.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 826f03b8
// SPDX-License-Identifier: MIT
/*
* Copyright 2014 Advanced Micro Devices, Inc.
*
......@@ -130,6 +131,7 @@ static void amdgpu_amdkfd_reset_work(struct work_struct *work)
kfd.reset_work);
struct amdgpu_reset_context reset_context;
memset(&reset_context, 0, sizeof(reset_context));
reset_context.method = AMD_RESET_METHOD_NONE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment