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

Missing spaces and misplaced '*'.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Damien Lespiau
2013-06-24 22:59:49 +01:00
committed by Daniel Vetter
parent 267f0c90ac
commit aee56cff33

View File

@@ -1379,7 +1379,6 @@ static int gen6_drpc_info(struct seq_file *m)
unsigned forcewake_count; unsigned forcewake_count;
int count = 0, ret; int count = 0, ret;
ret = mutex_lock_interruptible(&dev->struct_mutex); ret = mutex_lock_interruptible(&dev->struct_mutex);
if (ret) if (ret)
return ret; return ret;