From a1cbe60bc06e4eb817a0941a5f7aaafff5d1814d Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Thu, 21 Jan 2021 12:32:35 +0530 Subject: [PATCH] gpu: nvgpu: fix common.gr doxygen typos Jira NVGPU-6180 Change-Id: I499634aa407404474a6d3d7d3dfc6271eda21007 Signed-off-by: Deepak Nibade Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2473441 (cherry picked from commit bdfb68b965b76b216e3a9782ef7f0d1f6cda2df0) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2478885 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/gr/ctx_priv.h | 4 ++-- drivers/gpu/nvgpu/include/nvgpu/gr/setup.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/nvgpu/common/gr/ctx_priv.h b/drivers/gpu/nvgpu/common/gr/ctx_priv.h index 9e5b91b68..189341092 100644 --- a/drivers/gpu/nvgpu/common/gr/ctx_priv.h +++ b/drivers/gpu/nvgpu/common/gr/ctx_priv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -84,7 +84,7 @@ struct nvgpu_gr_ctx_desc { /** * Graphics context buffer structure. * - * This structure stores all the properties of a graphcis context + * This structure stores all the properties of a graphics context * buffer. One graphics context is allocated per GPU Time Slice * Group (TSG). */ diff --git a/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h b/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h index d1eaba5d5..34e9a9553 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h @@ -59,10 +59,10 @@ struct nvgpu_gr_ctx; * - Allocating GR engine context image. * - Allocating subcontext image. * - Allocating patch context image. - * - Creating Golden context imaage upon first request to allocate + * - Creating Golden context image upon first request to allocate * object context. * - Capturing golden context image twice and ensuring contents match. - * - Initializating context preemption mode. + * - Initializing context preemption mode. * - Initializing various other fields in context image. * - Mapping global context buffers into context image. * - Committing the context image into channel instance block.