public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] : cleanup kernel-doc
@ 2009-02-09 13:26 Qinghuang Feng
  2009-02-15 20:43 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Qinghuang Feng @ 2009-02-09 13:26 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Ingo Molnar, linux-kernel

Remove redundant argument comment.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
---
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 790f9d7..590e77f 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -2709,7 +2709,6 @@ int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, struct file
  * @filp: the file structure
  * @buffer: the user buffer
  * @lenp: the size of the user buffer
- * @ppos: file position
  * @ppos: the current position in the file
  *
  * Reads/writes up to table->maxlen/sizeof(unsigned int) integer


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] : cleanup kernel-doc
  2009-02-09 13:26 [PATCH] : cleanup kernel-doc Qinghuang Feng
@ 2009-02-15 20:43 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2009-02-15 20:43 UTC (permalink / raw)
  To: Qinghuang Feng; +Cc: Ingo Molnar, linux-kernel

On Mon, 9 Feb 2009 21:26:16 +0800 Qinghuang Feng wrote:

> Remove redundant argument comment.
> 
> Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
> ---
> diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> index 790f9d7..590e77f 100644
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -2709,7 +2709,6 @@ int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, struct file
>   * @filp: the file structure
>   * @buffer: the user buffer
>   * @lenp: the size of the user buffer
> - * @ppos: file position
>   * @ppos: the current position in the file
>   *
>   * Reads/writes up to table->maxlen/sizeof(unsigned int) integer
> 
> --

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

Thanks.

---
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-15 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 13:26 [PATCH] : cleanup kernel-doc Qinghuang Feng
2009-02-15 20:43 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox