From 0793de62b28bf8dcc655628129fd664862ac9909 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Thu, 30 Jun 2016 16:05:32 -0700 Subject: gpu: nvgpu: Change the allocator flag naming scheme Move to a more generic name of GPU_ALLOC_*. Change-Id: Icbbd366847a9d74f83f578e4d9ea917a6e8ea3e2 Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1176445 Reviewed-by: Yu-Huan Hsu --- drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h') diff --git a/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h b/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h index bed0492c..55de9bc9 100644 --- a/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h +++ b/drivers/gpu/nvgpu/gk20a/buddy_allocator_priv.h @@ -137,7 +137,7 @@ struct gk20a_buddy_allocator { /* * This is for when the allocator is managing a GVA space (the - * GPU_BALLOC_GVA_SPACE bit is set in @flags). This requires + * GPU_ALLOC_GVA_SPACE bit is set in @flags). This requires * that we group like sized allocations into PDE blocks. */ u64 pte_blk_order; -- cgit v1.2.2