mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: preempt MISRA fix for Rule 1.1
Add missing newline at the end of the file. JIRA NVGPU-3383 Change-Id: I2430a8da322acfd7900bb604d9b3abd0133a2869 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2113119 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
c9686156c1
commit
0acc79be87
@@ -82,4 +82,5 @@ u32 gp10b_pbdma_allowed_syncpoints_0_valid_f(void)
|
||||
u32 gp10b_pbdma_allowed_syncpoints_0_index_v(u32 offset)
|
||||
{
|
||||
return pbdma_allowed_syncpoints_0_index_v(offset);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -278,4 +278,5 @@ u32 gv11b_pbdma_set_channel_info_veid(u32 channel_id)
|
||||
u32 gv11b_pbdma_config_userd_writeback_enable(void)
|
||||
{
|
||||
return pbdma_config_userd_writeback_enable_f();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -30,4 +30,5 @@ struct gk20a;
|
||||
void tu104_pbdma_reset_header(struct gk20a *g, u32 pbdma_id);
|
||||
u32 tu104_pbdma_read_data(struct gk20a *g, u32 pbdma_id);
|
||||
|
||||
#endif /* NVGPU_PBDMA_TU104_H */
|
||||
#endif /* NVGPU_PBDMA_TU104_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user