diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-04 17:49:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-04 17:49:01 -0300 |
commit | 688b148d5028295349c3cd5c14cf539fd46a58a5 (patch) | |
tree | 66e93709b7d15f2a04e2ec6b2a123c73eddd4b9b /linux/drivers/media/video/cx231xx/cx231xx-input.c | |
parent | 1e59b30169044ec05336c5df466b489b4f98c587 (diff) | |
download | mediapointer-dvb-s2-688b148d5028295349c3cd5c14cf539fd46a58a5.tar.gz mediapointer-dvb-s2-688b148d5028295349c3cd5c14cf539fd46a58a5.tar.bz2 |
cx231xx: Fix CodingStyle
From: Sri Deevi <Srinivasa.Deevi@conexant.com>
Fixes several CodingStyle issues on the driver.
Signed-off-by: Srinivasa Deevi <srinivasa.deevi@conexant.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cx231xx/cx231xx-input.c')
-rw-r--r-- | linux/drivers/media/video/cx231xx/cx231xx-input.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx231xx/cx231xx-input.c b/linux/drivers/media/video/cx231xx/cx231xx-input.c index 32291630f..04d954cca 100644 --- a/linux/drivers/media/video/cx231xx/cx231xx-input.c +++ b/linux/drivers/media/video/cx231xx/cx231xx-input.c @@ -2,9 +2,9 @@ handle cx231xx IR remotes via linux kernel input layer. Copyright (C) 2008 <srinivasa.deevi at conexant dot com> - Based on em28xx driver + Based on em28xx driver - < This is a place holder for IR now.> + < This is a place holder for IR now.> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -236,10 +236,10 @@ int cx231xx_ir_init(struct cx231xx *dev) goto err_out_stop; return 0; - err_out_stop: +err_out_stop: cx231xx_ir_stop(ir); dev->ir = NULL; - err_out_free: +err_out_free: input_free_device(input_dev); kfree(ir); return err; |