summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-08-17 04:45:52 +0000
committerMichael Krufky <devnull@localhost>2005-08-17 04:45:52 +0000
commitf99254197caac7e447da6c7d62245a6ad54197f5 (patch)
tree2d9d008f2030649438626774d92f42cccda62608 /linux
parentf470119eb96b6afa8f09bd2c0a980e01514b7e3c (diff)
downloadmediapointer-dvb-s2-f99254197caac7e447da6c7d62245a6ad54197f5.tar.gz
mediapointer-dvb-s2-f99254197caac7e447da6c7d62245a6ad54197f5.tar.bz2
strip trailing whitespace
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/bttv-driver.c14
-rw-r--r--linux/drivers/media/video/saa6588.c18
2 files changed, 16 insertions, 16 deletions
diff --git a/linux/drivers/media/video/bttv-driver.c b/linux/drivers/media/video/bttv-driver.c
index 60475ac97..8b60eff0c 100644
--- a/linux/drivers/media/video/bttv-driver.c
+++ b/linux/drivers/media/video/bttv-driver.c
@@ -1,5 +1,5 @@
/*
- $Id: bttv-driver.c,v 1.53 2005/08/16 21:25:30 mchehab Exp $
+ $Id: bttv-driver.c,v 1.54 2005/08/17 04:45:52 mkrufky Exp $
bttv - Bt848 frame grabber driver
@@ -3167,10 +3167,10 @@ static int radio_release(struct inode *inode, struct file *file)
struct bttv *btv = file->private_data;
struct rds_command cmd;
- btv->radio_user--;
-
+ btv->radio_user--;
+
bttv_call_i2c_clients(btv, RDS_CMD_CLOSE, &cmd);
-
+
return 0;
}
@@ -3235,9 +3235,9 @@ static ssize_t radio_read(struct file *file, char __user *data,
cmd.buffer = data;
cmd.instance = file;
cmd.result = -ENODEV;
-
+
bttv_call_i2c_clients(btv, RDS_CMD_READ, &cmd);
-
+
return cmd.result;
}
@@ -3249,7 +3249,7 @@ static unsigned int radio_poll(struct file *file, poll_table *wait)
cmd.event_list = wait;
cmd.result = -ENODEV;
bttv_call_i2c_clients(btv, RDS_CMD_POLL, &cmd);
-
+
return cmd.result;
}
diff --git a/linux/drivers/media/video/saa6588.c b/linux/drivers/media/video/saa6588.c
index 5126c822b..45a0ca1ed 100644
--- a/linux/drivers/media/video/saa6588.c
+++ b/linux/drivers/media/video/saa6588.c
@@ -1,8 +1,8 @@
-/*
+/*
Driver for SAA6588 RDS decoder
-
+
(c) 2005 Hans J. Koch
-
+
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
the Free Software Foundation; either version 2 of the License, or
@@ -97,7 +97,7 @@ static struct i2c_client client_template;
/* ---------------------------------------------------------------------- */
-/*
+/*
* SAA6588 defines
*/
@@ -290,11 +290,11 @@ static void saa6588_i2c_poll(struct saa6588 *s)
Byte 0: Least Significant Byte of RDS Block
Byte 1: Most Significant Byte of RDS Block
Byte 2 Bit 7: Error bit. Indicates that an uncorrectable error
- occurred during reception of this block.
- Bit 6: Corrected bit. Indicates that an error was
- corrected for this data block.
- Bits 5-3: Received Offset. Indicates the offset received
- by the sync system.
+ occurred during reception of this block.
+ Bit 6: Corrected bit. Indicates that an error was
+ corrected for this data block.
+ Bits 5-3: Received Offset. Indicates the offset received
+ by the sync system.
Bits 2-0: Offset Name. Indicates the offset applied to this data.
SAA6588 byte order is Status-MSB-LSB, so we have to swap the