Browse Source

Staging: cx25821: Fix labels' placement in cx25821-video.c

Delete whitespace before labels.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Leonid V. Fedorenchik 14 years ago
parent
commit
2748f26b6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/cx25821/cx25821-video.c

+ 1 - 1
drivers/staging/cx25821/cx25821-video.c

@@ -679,7 +679,7 @@ int cx25821_buffer_prepare(struct videobuf_queue *q, struct videobuf_buffer *vb,
 
 	return 0;
 
-      fail:
+fail:
 	cx25821_free_buffer(q, buf);
 	return rc;
 }