Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
3ca57169
Commit
3ca57169
authored
Aug 08, 2006
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (4370): Fix some typos on ioctl handling function
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
22694c0c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/media/radio/radio-gemtek-pci.c
drivers/media/radio/radio-gemtek-pci.c
+1
-1
drivers/media/radio/radio-sf16fmr2.c
drivers/media/radio/radio-sf16fmr2.c
+1
-1
drivers/media/radio/radio-typhoon.c
drivers/media/radio/radio-typhoon.c
+1
-1
No files found.
drivers/media/radio/radio-gemtek-pci.c
View file @
3ca57169
...
...
@@ -317,7 +317,7 @@ static int gemtek_pci_do_ioctl(struct inode *inode, struct file *file,
}
default:
return
v4l_compat_translate_ioctl
(
inode
,
file
,
cmd
,
arg
,
gemtek_do_ioctl
);
gemtek_
pci_
do_ioctl
);
}
}
...
...
drivers/media/radio/radio-sf16fmr2.c
View file @
3ca57169
...
...
@@ -396,7 +396,7 @@ static int fmr2_do_ioctl(struct inode *inode, struct file *file,
}
default:
return
v4l_compat_translate_ioctl
(
inode
,
file
,
cmd
,
arg
,
az
_do_ioctl
);
fmr2
_do_ioctl
);
}
}
...
...
drivers/media/radio/radio-typhoon.c
View file @
3ca57169
...
...
@@ -301,7 +301,7 @@ static int typhoon_do_ioctl(struct inode *inode, struct file *file,
default:
return
v4l_compat_translate_ioctl
(
inode
,
file
,
cmd
,
arg
,
typhon_do_ioctl
);
typho
o
n_do_ioctl
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment