drm/amdgpu: add missing newline at eof
authorTom Rix <trix@redhat.com>
Wed, 14 Oct 2020 21:18:06 +0000 (14:18 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Oct 2020 16:20:12 +0000 (12:20 -0400)
Representative checkpatch.pl warning

WARNING: adding a line without newline at end of file
 30: FILE: drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h:30:
+#endif

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/asic_reg/gc/gc_9_4_1_sh_mask.h
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h

index f26246a..4089cfa 100644 (file)
 #define RLC_EDC_CNT2__RLC_SPM_SE7_SCRATCH_RAM_SEC_COUNT_MASK                                                  0x30000000L
 #define RLC_EDC_CNT2__RLC_SPM_SE7_SCRATCH_RAM_DED_COUNT_MASK                                                  0xC0000000L
 
-#endif
\ No newline at end of file
+#endif
index 29929b3..d8696e2 100644 (file)
@@ -27,4 +27,4 @@
 
 extern void vangogh_set_ppt_funcs(struct smu_context *smu);
 
-#endif
\ No newline at end of file
+#endif