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

drm/i915: Remove stray newlines

parent 8ec7d10a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1039,4 +1039,3 @@ i9xx_get_initial_plane_config(struct intel_crtc *crtc,

	plane_config->fb = intel_fb;
}
+0 −1
Original line number Diff line number Diff line
@@ -2241,4 +2241,3 @@ skl_get_initial_plane_config(struct intel_crtc *crtc,
error:
	kfree(intel_fb);
}
+0 −1
Original line number Diff line number Diff line
@@ -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);
}
+0 −1
Original line number Diff line number Diff line
@@ -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);

#endif
+0 −1
Original line number Diff line number Diff line
@@ -286,4 +286,3 @@ struct i915_vma {
};

#endif