mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-30 14:34:51 +08:00
drm/i915: Remove stray newlines
A bunch of files have a stray newline at the end. Remove it. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210318181039.17260-2-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
parent
8ec7d10a54
commit
661af37946
@ -1039,4 +1039,3 @@ i9xx_get_initial_plane_config(struct intel_crtc *crtc,
|
||||
|
||||
plane_config->fb = intel_fb;
|
||||
}
|
||||
|
||||
|
@ -2241,4 +2241,3 @@ skl_get_initial_plane_config(struct intel_crtc *crtc,
|
||||
error:
|
||||
kfree(intel_fb);
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -286,4 +286,3 @@ struct i915_vma {
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user