diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-09 18:08:17 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-09 18:08:17 -0500 |
commit | a58a414fd5438f5ade6210ad0e8b14fbd6f503c5 (patch) | |
tree | 89c934be5760d7e26aadf88e90cb954e80591f9e /drivers/media/radio | |
parent | f17578decc40df8fceff82b106582e30bdfb3189 (diff) |
spelling: s/usefull/useful/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/media/radio')
-rw-r--r-- | drivers/media/radio/radio-sf16fmr2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-sf16fmr2.c b/drivers/media/radio/radio-sf16fmr2.c index 26632cead09a..099ffb3b9c71 100644 --- a/drivers/media/radio/radio-sf16fmr2.c +++ b/drivers/media/radio/radio-sf16fmr2.c | |||
@@ -48,7 +48,7 @@ static int io = 0x384; | |||
48 | static int radio_nr = -1; | 48 | static int radio_nr = -1; |
49 | 49 | ||
50 | /* hw precision is 12.5 kHz | 50 | /* hw precision is 12.5 kHz |
51 | * It is only usefull to give freq in intervall of 200 (=0.0125Mhz), | 51 | * It is only useful to give freq in intervall of 200 (=0.0125Mhz), |
52 | * other bits will be truncated | 52 | * other bits will be truncated |
53 | */ | 53 | */ |
54 | #define RSF16_ENCODE(x) ((x)/200+856) | 54 | #define RSF16_ENCODE(x) ((x)/200+856) |