diff options
| author | Rock Lee <rockdotlee@gmail.com> | 2017-04-14 02:16:06 -0400 |
|---|---|---|
| committer | Richard Weinberger <richard@nod.at> | 2017-05-08 14:48:55 -0400 |
| commit | 798868c021016c1ee1825a3fbf10ae64ecc64c8e (patch) | |
| tree | 5167c7cfa306cac97220e381088d7c118b59201b | |
| parent | 2a068daf57424b98b3c9de8da8bbf47ca360a618 (diff) | |
ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctl
Change 'convert' to 'converts'
Change 'UBIFS' to 'UBIFS inode flags'
Signed-off-by: Rock Lee <rockdotlee@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
| -rw-r--r-- | fs/ubifs/ioctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ubifs/ioctl.c b/fs/ubifs/ioctl.c index da519ba205f6..79ae0039676d 100644 --- a/fs/ubifs/ioctl.c +++ b/fs/ubifs/ioctl.c | |||
| @@ -53,7 +53,7 @@ void ubifs_set_inode_flags(struct inode *inode) | |||
| 53 | * ioctl2ubifs - convert ioctl inode flags to UBIFS inode flags. | 53 | * ioctl2ubifs - convert ioctl inode flags to UBIFS inode flags. |
| 54 | * @ioctl_flags: flags to convert | 54 | * @ioctl_flags: flags to convert |
| 55 | * | 55 | * |
| 56 | * This function convert ioctl flags (@FS_COMPR_FL, etc) to UBIFS inode flags | 56 | * This function converts ioctl flags (@FS_COMPR_FL, etc) to UBIFS inode flags |
| 57 | * (@UBIFS_COMPR_FL, etc). | 57 | * (@UBIFS_COMPR_FL, etc). |
| 58 | */ | 58 | */ |
| 59 | static int ioctl2ubifs(int ioctl_flags) | 59 | static int ioctl2ubifs(int ioctl_flags) |
| @@ -78,8 +78,8 @@ static int ioctl2ubifs(int ioctl_flags) | |||
| 78 | * ubifs2ioctl - convert UBIFS inode flags to ioctl inode flags. | 78 | * ubifs2ioctl - convert UBIFS inode flags to ioctl inode flags. |
| 79 | * @ubifs_flags: flags to convert | 79 | * @ubifs_flags: flags to convert |
| 80 | * | 80 | * |
| 81 | * This function convert UBIFS (@UBIFS_COMPR_FL, etc) to ioctl flags | 81 | * This function converts UBIFS inode flags (@UBIFS_COMPR_FL, etc) to ioctl |
| 82 | * (@FS_COMPR_FL, etc). | 82 | * flags (@FS_COMPR_FL, etc). |
| 83 | */ | 83 | */ |
| 84 | static int ubifs2ioctl(int ubifs_flags) | 84 | static int ubifs2ioctl(int ubifs_flags) |
| 85 | { | 85 | { |
