Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
Linaro
qcomlt
kernel
Commits
7812193c
Commit
7812193c
authored
4 years ago
by
Matt Turner
Browse files
Options
Downloads
Patches
Plain Diff
alpha: c_next should increase position index
Signed-off-by:
Matt Turner
<
mattst88@gmail.com
>
parent
e66dd01e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/alpha/kernel/setup.c
+1
-0
1 addition, 0 deletions
arch/alpha/kernel/setup.c
with
1 addition
and
0 deletions
arch/alpha/kernel/setup.c
+
1
−
0
View file @
7812193c
...
...
@@ -1420,6 +1420,7 @@ c_start(struct seq_file *f, loff_t *pos)
static
void
*
c_next
(
struct
seq_file
*
f
,
void
*
v
,
loff_t
*
pos
)
{
(
*
pos
)
++
;
return
NULL
;
}
...
...
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