Browse Source

drm/amd/powerplay: Fix missing newlines at end of file

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Ernst Sjöstrand 7 years ago
parent
commit
e9c227b253

+ 1 - 1
drivers/gpu/drm/amd/include/kgd_pp_interface.h

@@ -291,4 +291,4 @@ struct amd_pm_funcs {
 		struct amd_pp_simple_clock_info *clocks);
 };
 
-#endif
+#endif

+ 1 - 1
drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.h

@@ -43,4 +43,4 @@ struct phm_fuses_default {
 extern int pp_override_get_default_fuse_value(uint64_t key,
 			struct phm_fuses_default *result);
 
-#endif
+#endif

+ 1 - 1
drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c

@@ -542,4 +542,4 @@ int pp_atomfwctrl_get_vbios_bootup_values(struct pp_hwmgr *hwmgr,
 		boot_values->ulDCEFClk   = frequency;
 
 	return 0;
-}
+}