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
59b46ce5
Commit
59b46ce5
authored
Apr 11, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Apr 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fs/proc/proc_tty.c comment fixes
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
parent
07ebe427
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/proc/proc_tty.c
fs/proc/proc_tty.c
+2
-2
No files found.
fs/proc/proc_tty.c
View file @
59b46ce5
...
...
@@ -181,7 +181,7 @@ static int tty_ldiscs_read_proc(char *page, char **start, off_t off,
}
/*
* Th
si function is called by register_tty
_driver() to handle
* Th
is function is called by tty_register
_driver() to handle
* registering the driver's /proc handler into /proc/tty/driver/<foo>
*/
void
proc_tty_register_driver
(
struct
tty_driver
*
driver
)
...
...
@@ -205,7 +205,7 @@ void proc_tty_register_driver(struct tty_driver *driver)
}
/*
* This function is called by
unregister_tty
_driver()
* This function is called by
tty_unregister
_driver()
*/
void
proc_tty_unregister_driver
(
struct
tty_driver
*
driver
)
{
...
...
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