Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
2796b024
Commit
2796b024
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
net/ieee802154 and include/net/ieee802154: Fix a few more trivial typos.
parent
1a70e0b1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/nuttx/net/ieee802154.h
+1
-1
1 addition, 1 deletion
include/nuttx/net/ieee802154.h
net/ieee802154/ieee802154_input.c
+3
-3
3 additions, 3 deletions
net/ieee802154/ieee802154_input.c
with
4 additions
and
4 deletions
include/nuttx/net/ieee802154.h
+
1
−
1
View file @
2796b024
...
...
@@ -68,7 +68,7 @@
* appropriate, however.
* meta - Meta data characterizing the received frame.
*
* If there are multi
l
ple frames in the list, this metadata
* If there are multiple frames in the list, this metadata
* must apply to all of the frames in the list.
*
* Returned Value:
...
...
This diff is collapsed.
Click to expand it.
net/ieee802154/ieee802154_input.c
+
3
−
3
View file @
2796b024
...
...
@@ -94,7 +94,7 @@ static int ieee802154_count_frames(FAR struct ieee802154_conn_s *conn)
* Input Parameters:
* conn - The socket connection structure.
* framel - A single frame to add to the RX queue.
* meta - Meta data characterizing the received fra
n
e.
* meta - Meta data characterizing the received fra
m
e.
*
* Returned Value:
* Zero (OK) is returned on success; A negated errno value is returned on
...
...
@@ -222,9 +222,9 @@ static int ieee802154_queue_frame(FAR struct ieee802154_conn_s *conn,
* framelist - The head of an incoming list of frames. Normally this
* would be a single frame. A list may be provided if
* appropriate, however.
* meta - Meta data characterizing the received fra
n
e.
* meta - Meta data characterizing the received fra
m
e.
*
* If there are multi
l
ple frames in the list, this metadata
* If there are multiple frames in the list, this metadata
* must apply to all of the frames in the list.
*
* Returned Value:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment