Skip to content

Commit

Permalink
Staging: cx25821: Fix labels' placement in cx25821-video.c
Browse files Browse the repository at this point in the history
Delete whitespace before labels.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Leonid V. Fedorenchik authored and Greg Kroah-Hartman committed Sep 16, 2011
1 parent 6562382 commit 2748f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2748f26

Please sign in to comment.