X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fioctl.c;h=f32fbde2175e84d6bb3bc59fdeacc9860f5837b3;hb=fb2a27e743cd565c25cd896911e494482a8b7251;hp=683002fefa556875a84c7a0fd79c5249cba04557;hpb=0afc2edfada50980bec999f94dcea26ebad3dda6;p=linux-2.6 diff --git a/fs/ioctl.c b/fs/ioctl.c index 683002fefa..f32fbde217 100644 --- a/fs/ioctl.c +++ b/fs/ioctl.c @@ -18,12 +18,12 @@ /** * vfs_ioctl - call filesystem specific ioctl methods - * @filp: [in] open file to invoke ioctl method on - * @cmd: [in] ioctl command to execute - * @arg: [in/out] command-specific argument for ioctl + * @filp: open file to invoke ioctl method on + * @cmd: ioctl command to execute + * @arg: command-specific argument for ioctl * * Invokes filesystem specific ->unlocked_ioctl, if one exists; otherwise - * invokes * filesystem specific ->ioctl method. If neither method exists, + * invokes filesystem specific ->ioctl method. If neither method exists, * returns -ENOTTY. * * Returns 0 on success, -errno on error.