Skip to content

Commit a883f2e

Browse files
JuliaLawallJoelgranados
authored andcommitted
sysctl: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Joel Granados <[email protected]>
1 parent ad45af9 commit a883f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/sysctl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ int proc_dointvec_userhz_jiffies(const struct ctl_table *table, int write,
13051305
* @write: %TRUE if this is a write to the sysctl file
13061306
* @buffer: the user buffer
13071307
* @lenp: the size of the user buffer
1308-
* @ppos: file position
13091308
* @ppos: the current position in the file
13101309
*
13111310
* Reads/writes up to table->maxlen/sizeof(unsigned int) integer

0 commit comments

Comments
 (0)