diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-27 22:18:37 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-27 22:18:37 (GMT) |
commit | 0fd97ab48971735e38677cfdab64e4db581530f8 (patch) | |
tree | e799f906321679314b58b91aea7069947b71933c /drivers/media | |
parent | 7fcaa9aaea48996ba308c047a381de7a17ce03b2 (diff) | |
parent | e9c549998dc24209847007e1f209f3b6c88d21ba (diff) | |
download | linux-0fd97ab48971735e38677cfdab64e4db581530f8.tar.xz |
Merge branch 'spell-fix' of git://git.profusion.mobi/users/lucas/linux-2.6
* 'spell-fix' of git://git.profusion.mobi/users/lucas/linux-2.6:
Revert wrong fixes for common misspellings
Diffstat (limited to 'drivers/media')
-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 dc3f04c..87bad76 100644 --- a/drivers/media/radio/radio-sf16fmr2.c +++ b/drivers/media/radio/radio-sf16fmr2.c @@ -170,7 +170,7 @@ static int fmr2_setfreq(struct fmr2 *dev) return 0; } -/* !!! not tested, in my card this does't work !!! */ +/* !!! not tested, in my card this doesn't work !!! */ static int fmr2_setvolume(struct fmr2 *dev) { int vol[16] = { 0x021, 0x084, 0x090, 0x104, |