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
7812193c
Commit
7812193c
authored
Jun 10, 2020
by
Matt Turner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alpha: c_next should increase position index
Signed-off-by:
Matt Turner
<
mattst88@gmail.com
>
parent
e66dd01e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
arch/alpha/kernel/setup.c
arch/alpha/kernel/setup.c
+1
-0
No files found.
arch/alpha/kernel/setup.c
View file @
7812193c
...
@@ -1420,6 +1420,7 @@ c_start(struct seq_file *f, loff_t *pos)
...
@@ -1420,6 +1420,7 @@ c_start(struct seq_file *f, loff_t *pos)
static
void
*
static
void
*
c_next
(
struct
seq_file
*
f
,
void
*
v
,
loff_t
*
pos
)
c_next
(
struct
seq_file
*
f
,
void
*
v
,
loff_t
*
pos
)
{
{
(
*
pos
)
++
;
return
NULL
;
return
NULL
;
}
}
...
...
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