Commit 661af379 authored by Ville Syrjälä's avatar Ville Syrjälä

drm/i915: Remove stray newlines

A bunch of files have a stray newline at the end. Remove it.
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210318181039.17260-2-ville.syrjala@linux.intel.comReviewed-by: default avatarImre Deak <imre.deak@intel.com>
parent 8ec7d10a
...@@ -1039,4 +1039,3 @@ i9xx_get_initial_plane_config(struct intel_crtc *crtc, ...@@ -1039,4 +1039,3 @@ i9xx_get_initial_plane_config(struct intel_crtc *crtc,
plane_config->fb = intel_fb; plane_config->fb = intel_fb;
} }
...@@ -2241,4 +2241,3 @@ skl_get_initial_plane_config(struct intel_crtc *crtc, ...@@ -2241,4 +2241,3 @@ skl_get_initial_plane_config(struct intel_crtc *crtc,
error: error:
kfree(intel_fb); kfree(intel_fb);
} }
...@@ -121,4 +121,3 @@ void intel_guc_log_debugfs_register(struct intel_guc_log *log, ...@@ -121,4 +121,3 @@ void intel_guc_log_debugfs_register(struct intel_guc_log *log,
intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), log); intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), log);
} }
...@@ -97,4 +97,3 @@ void i915_params_copy(struct i915_params *dest, const struct i915_params *src); ...@@ -97,4 +97,3 @@ void i915_params_copy(struct i915_params *dest, const struct i915_params *src);
void i915_params_free(struct i915_params *params); void i915_params_free(struct i915_params *params);
#endif #endif
...@@ -286,4 +286,3 @@ struct i915_vma { ...@@ -286,4 +286,3 @@ struct i915_vma {
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment