From 2b165deba16792f1e7f3dce8f8d69efce9f80263 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Mon, 6 May 2019 09:27:19 -0700 Subject: [PATCH] gpu: nvgpu: engines MISRA fixes for Rule 1.1 Add missing newline at end of file. Jira NVGPU-3386 Change-Id: Id62f99c1e9517932627949a65fe0b9e4fe802c49 Signed-off-by: Thomas Fleury Reviewed-on: https://git-master.nvidia.com/r/2113038 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/hal/fifo/engine_status_gm20b.h | 3 ++- drivers/gpu/nvgpu/hal/fifo/engine_status_gv100.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/nvgpu/hal/fifo/engine_status_gm20b.h b/drivers/gpu/nvgpu/hal/fifo/engine_status_gm20b.h index 70931b797..2d2cc88d1 100644 --- a/drivers/gpu/nvgpu/hal/fifo/engine_status_gm20b.h +++ b/drivers/gpu/nvgpu/hal/fifo/engine_status_gm20b.h @@ -34,4 +34,5 @@ void gm20b_read_engine_status_info(struct gk20a *g, u32 engine_id, void gm20b_dump_engine_status(struct gk20a *g, struct gk20a_debug_output *o); -#endif /* NVGPU_ENGINE_STATUS_GM20B_H */ \ No newline at end of file +#endif /* NVGPU_ENGINE_STATUS_GM20B_H */ + diff --git a/drivers/gpu/nvgpu/hal/fifo/engine_status_gv100.h b/drivers/gpu/nvgpu/hal/fifo/engine_status_gv100.h index d94b7623f..9086f5e32 100644 --- a/drivers/gpu/nvgpu/hal/fifo/engine_status_gv100.h +++ b/drivers/gpu/nvgpu/hal/fifo/engine_status_gv100.h @@ -34,4 +34,5 @@ void gv100_read_engine_status_info(struct gk20a *g, u32 engine_id, void gv100_dump_engine_status(struct gk20a *g, struct gk20a_debug_output *o); -#endif /* NVGPU_ENGINE_STATUS_GV100_H */ \ No newline at end of file +#endif /* NVGPU_ENGINE_STATUS_GV100_H */ +