Re: [PATCH] fix up kerneldoc in fs/ioctl.c a little bit

2008-02-08 Thread Christoph Hellwig
On Sat, Feb 09, 2008 at 02:19:27AM -0500, Erez Zadok wrote: > > * Invokes filesystem specific ->unlocked_ioctl, if one exists; otherwise > > * invokes * filesystem specific ->ioctl method. If neither method exists, > ^ > > I also think this extra '*' in the last comment line abo

Re: [PATCH] fix up kerneldoc in fs/ioctl.c a little bit

2008-02-08 Thread Erez Zadok
In message <[EMAIL PROTECTED]>, Christoph Hellwig writes: > - remove non-standard in/out markers > - use tabs for formatting > > > Signed-off-by: Christoph Hellwig <[EMAIL PROTECTED]> > > Index: linux-2.6/fs/ioctl.c > === > --- li

[PATCH] fix up kerneldoc in fs/ioctl.c a little bit

2008-02-08 Thread Christoph Hellwig
- remove non-standard in/out markers - use tabs for formatting Signed-off-by: Christoph Hellwig <[EMAIL PROTECTED]> Index: linux-2.6/fs/ioctl.c === --- linux-2.6.orig/fs/ioctl.c 2008-02-09 07:49:02.0 +0100 +++ linux-2.6/