lkml.org 
[lkml]   [2024]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] drm/amdgpu: Clean up errors in amdgpu_gmc.c
    Date
    Fix the following errors reported by checkpatch:

    ERROR: need consistent spacing around '-' (ctx:WxV)

    Signed-off-by: chenxuebing <chenxb_99091@126.com>
    ---
    drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
    index d2f273d77e59..a5d2cda33266 100644
    --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
    +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
    @@ -52,7 +52,7 @@ int amdgpu_gmc_pdb0_alloc(struct amdgpu_device *adev)
    struct amdgpu_bo_param bp;
    u64 vram_size = adev->gmc.xgmi.node_segment_size * adev->gmc.xgmi.num_physical_nodes;
    uint32_t pde0_page_shift = adev->gmc.vmid0_page_table_block_size + 21;
    - uint32_t npdes = (vram_size + (1ULL << pde0_page_shift) -1) >> pde0_page_shift;
    + uint32_t npdes = (vram_size + (1ULL << pde0_page_shift) - 1) >> pde0_page_shift;

    memset(&bp, 0, sizeof(bp));
    bp.size = PAGE_ALIGN((npdes + 1) * 8);
    --
    2.17.1

    \
     
     \ /
      Last update: 2024-01-11 03:30    [W:3.092 / U:0.436 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site