Skip to content

Commit 798868c

Browse files
rocklee104richardweinberger
authored andcommitted
ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctl
Change 'convert' to 'converts' Change 'UBIFS' to 'UBIFS inode flags' Signed-off-by: Rock Lee <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 2a068da commit 798868c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fs/ubifs/ioctl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void ubifs_set_inode_flags(struct inode *inode)
5353
* ioctl2ubifs - convert ioctl inode flags to UBIFS inode flags.
5454
* @ioctl_flags: flags to convert
5555
*
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
5757
* (@UBIFS_COMPR_FL, etc).
5858
*/
5959
static int ioctl2ubifs(int ioctl_flags)
@@ -78,8 +78,8 @@ static int ioctl2ubifs(int ioctl_flags)
7878
* ubifs2ioctl - convert UBIFS inode flags to ioctl inode flags.
7979
* @ubifs_flags: flags to convert
8080
*
81-
* This function convert UBIFS (@UBIFS_COMPR_FL, etc) to ioctl flags
82-
* (@FS_COMPR_FL, etc).
81+
* This function converts UBIFS inode flags (@UBIFS_COMPR_FL, etc) to ioctl
82+
* flags (@FS_COMPR_FL, etc).
8383
*/
8484
static int ubifs2ioctl(int ubifs_flags)
8585
{

0 commit comments

Comments
 (0)