diff options
author | 2020-10-14 14:18:06 -0700 | |
---|---|---|
committer | 2020-10-15 12:20:12 -0400 | |
commit | 234de272b76fedaf71ffe40f8e80212c8d32cc23 (patch) | |
tree | 2e71767c9bdf4651d5a126c137c34f82fc212a6b /drivers/gpu/drm/amd/pm | |
parent | drm/amdgpu/display: DRM_AMD_DC_DCN3_02 depends on DRM_AMD_DC_DCN3_01 (diff) | |
download | wireguard-linux-234de272b76fedaf71ffe40f8e80212c8d32cc23.tar.xz wireguard-linux-234de272b76fedaf71ffe40f8e80212c8d32cc23.zip |
drm/amdgpu: add missing newline at eof
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>
Diffstat (limited to 'drivers/gpu/drm/amd/pm')
-rw-r--r-- | drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h b/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h index 29929b360db8..d8696e2274c4 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h +++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.h @@ -27,4 +27,4 @@ extern void vangogh_set_ppt_funcs(struct smu_context *smu); -#endif
\ No newline at end of file +#endif |