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
1845112b
Commit
1845112b
authored
Oct 11, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net/irda/af_irda.c: Fix sendmsg/recvmsg args in comments too.
parent
2c606478
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
net/irda/af_irda.c
net/irda/af_irda.c
+5
-5
No files found.
net/irda/af_irda.c
View file @
1845112b
...
...
@@ -1253,7 +1253,7 @@ static int irda_release(struct socket *sock)
}
/*
* Function irda_sendmsg (sock, msg, len, scm)
* Function irda_sendmsg (
iocb,
sock, msg, len, scm)
*
* Send message down to TinyTP. This function is used for both STREAM and
* SEQPACK services. This is possible since it forces the client to
...
...
@@ -1326,7 +1326,7 @@ static int irda_sendmsg(struct kiocb *iocb, struct socket *sock,
}
/*
* Function irda_recvmsg_dgram (sock, msg, size, flags, scm)
* Function irda_recvmsg_dgram (
iocb,
sock, msg, size, flags, scm)
*
* Try to receive message and copy it to user. The frame is discarded
* after being read, regardless of how much the user actually read
...
...
@@ -1380,7 +1380,7 @@ static int irda_recvmsg_dgram(struct kiocb *iocb, struct socket *sock,
}
/*
* Function irda_recvmsg_stream (sock, msg, size, flags, scm)
* Function irda_recvmsg_stream (
iocb,
sock, msg, size, flags, scm)
*/
static
int
irda_recvmsg_stream
(
struct
kiocb
*
iocb
,
struct
socket
*
sock
,
struct
msghdr
*
msg
,
int
size
,
int
flags
,
...
...
@@ -1504,7 +1504,7 @@ static int irda_recvmsg_stream(struct kiocb *iocb, struct socket *sock,
}
/*
* Function irda_sendmsg_dgram (sock, msg, len, scm)
* Function irda_sendmsg_dgram (
iocb,
sock, msg, len, scm)
*
* Send message down to TinyTP for the unreliable sequenced
* packet service...
...
...
@@ -1570,7 +1570,7 @@ static int irda_sendmsg_dgram(struct kiocb *iocb, struct socket *sock,
}
/*
* Function irda_sendmsg_ultra (sock, msg, len, scm)
* Function irda_sendmsg_ultra (
iocb,
sock, msg, len, scm)
*
* Send message down to IrLMP for the unreliable Ultra
* packet service...
...
...
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