Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aee56cff authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915: Fix a few style issues found by checkpatch.pl



Missing spaces and misplaced '*'.

Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 267f0c90
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -1379,7 +1379,6 @@ static int gen6_drpc_info(struct seq_file *m)
	unsigned forcewake_count;
	int count = 0, ret;


	ret = mutex_lock_interruptible(&dev->struct_mutex);
	if (ret)
		return ret;