|
@@ -3614,7 +3614,7 @@ SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param)
|
|
|
/**
|
|
|
* sys_sched_setattr - same as above, but with extended sched_attr
|
|
|
* @pid: the pid in question.
|
|
|
- * @attr: structure containing the extended parameters.
|
|
|
+ * @uattr: structure containing the extended parameters.
|
|
|
*/
|
|
|
SYSCALL_DEFINE2(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr)
|
|
|
{
|
|
@@ -3756,7 +3756,7 @@ err_size:
|
|
|
/**
|
|
|
* sys_sched_getattr - similar to sched_getparam, but with sched_attr
|
|
|
* @pid: the pid in question.
|
|
|
- * @attr: structure containing the extended parameters.
|
|
|
+ * @uattr: structure containing the extended parameters.
|
|
|
* @size: sizeof(attr) for fwd/bwd comp.
|
|
|
*/
|
|
|
SYSCALL_DEFINE3(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr,
|